Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2021-04-27 13:38:28 +0300
committerGitHub <noreply@github.com>2021-04-27 13:38:28 +0300
commit505863c55ec9f31b74b0e203fbb8e3e651bccd2a (patch)
treeefbe875e2409db88cfad0f6e049ba1f7d28b5e80 /apps/files_sharing/lib/Controller
parent9de6efd14e4fd8bbf3c9cacde7524b205ca7e93e (diff)
l10n: Change to a capital letter
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Diffstat (limited to 'apps/files_sharing/lib/Controller')
-rw-r--r--apps/files_sharing/lib/Controller/ShareAPIController.php2
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 f3b0467fa14..e8d48c42cd0 100644
--- a/apps/files_sharing/lib/Controller/ShareAPIController.php
+++ b/apps/files_sharing/lib/Controller/ShareAPIController.php
@@ -477,7 +477,7 @@ class ShareAPIController extends OCSController {
}
if ($permissions < 0 || $permissions > Constants::PERMISSION_ALL) {
- throw new OCSNotFoundException($this->l->t('invalid permissions'));
+ throw new OCSNotFoundException($this->l->t('Invalid permissions'));
}
// Shares always require read permissions