fix(l10n): Fixed grammar

Reported at Transifex.
  
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>


Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
pull/37175/head
rakekniven 3 years ago committed by Simon L
parent 1861aa56ea
commit eaaeb32074
  1. 2
      apps/files_sharing/lib/Controller/ShareAPIController.php

@ -704,7 +704,7 @@ class ShareAPIController extends OCSController {
try {
$this->getSciencemeshShareHelper()->createShare($share, $shareWith, $permissions, $expireDate);
} catch (QueryException $e) {
throw new OCSForbiddenException($this->l->t('Sharing %s failed because the back end does not support sciencemesh shares', [$node->getPath()]));
throw new OCSForbiddenException($this->l->t('Sharing %s failed because the back end does not support Science Mesh shares', [$node->getPath()]));
}
} else {
throw new OCSBadRequestException($this->l->t('Unknown share type'));

Loading…
Cancel
Save