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-10-17 15:16:05 +0300
committerGitHub <noreply@github.com>2021-10-17 15:16:05 +0300
commitd51cd106a0d7e5e4bba2c8142c03bab398b0ab6f (patch)
treed09b05e93d68446646cb42919d9233e9cb9423c2 /apps/provisioning_api
parent9a809df960baad5db1840509f9f6acd19b5b66c7 (diff)
l10n: Spelling unification
Spelling unification in Transifex. Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Diffstat (limited to 'apps/provisioning_api')
-rw-r--r--apps/provisioning_api/lib/Controller/AppConfigController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/provisioning_api/lib/Controller/AppConfigController.php b/apps/provisioning_api/lib/Controller/AppConfigController.php
index 12b6a7d1370..929676be16e 100644
--- a/apps/provisioning_api/lib/Controller/AppConfigController.php
+++ b/apps/provisioning_api/lib/Controller/AppConfigController.php
@@ -140,7 +140,7 @@ class AppConfigController extends OCSController {
}
if (!$this->isAllowedToChangedKey($user, $app, $key)) {
- throw new NotAdminException($this->l10n->t('Logged in user must be an admin or have authorization to edit this setting.'));
+ throw new NotAdminException($this->l10n->t('Logged in user must be an administrator or have authorization to edit this setting.'));
}
try {