diff options
author | rakekniven <2069590+rakekniven@users.noreply.github.com> | 2023-03-10 18:02:50 +0100 |
---|---|---|
committer | Simon L <szaimen@e.mail.de> | 2023-04-18 12:08:38 +0200 |
commit | eaaeb320741e1657281b12f183bf5ea19f022d4e (patch) | |
tree | 35df9ec3ba51b37d0a5c15ae53366055c638100d /apps/files_sharing/lib | |
parent | 1861aa56eaa0175f96c33cc5bf0a3e6c24a969a4 (diff) | |
download | nextcloud-server-eaaeb320741e1657281b12f183bf5ea19f022d4e.tar.gz nextcloud-server-eaaeb320741e1657281b12f183bf5ea19f022d4e.zip |
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>
Diffstat (limited to 'apps/files_sharing/lib')
-rw-r--r-- | apps/files_sharing/lib/Controller/ShareAPIController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/lib/Controller/ShareAPIController.php b/apps/files_sharing/lib/Controller/ShareAPIController.php index 48146bc6599..86c19f88452 100644 --- a/apps/files_sharing/lib/Controller/ShareAPIController.php +++ b/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')); |