mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
l10n: Spelling unification
Spelling unification in Transifex. Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
This commit is contained in:
parent
9a809df960
commit
d51cd106a0
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue