Merge pull request #29279 from nextcloud/Valdnet-patch-1

l10n: Spelling unification
pull/29285/head
Daniel 3 years ago committed by GitHub
commit 77734cc414
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save