summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2022-08-31 10:27:07 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2022-08-31 11:13:37 +0200
commit17f05b4c066654f9848917d1da66bb0aaed3ce44 (patch)
treeae1679506851e6d52de88fa794d712793603702a
parentbb3210802d2d2abe968f791c1a90b1a0f4da3f6c (diff)
l10n: Spelling unification
Spelling unification in Transifex. Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
-rw-r--r--js/app/Config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/app/Config.js b/js/app/Config.js
index f7c62e7ae..c22d7e9a5 100644
--- a/js/app/Config.js
+++ b/js/app/Config.js
@@ -55,7 +55,7 @@ app.config(function ($routeProvider, $provide, $httpProvider, $locationProvider)
var errorMessages = {
0: t('news', 'Request failed, network connection unavailable!'),
401: t('news', 'Request unauthorized. Are you logged in?'),
- 403: t('news', 'Request forbidden. Are you an admin?'),
+ 403: t('news', 'Request forbidden. Are you an administrator?'),
412: t('news', 'Token expired or app not enabled! Reload the page!'),
500: t('news', 'Internal server error! Please check your ' +
'data/nextcloud.log file for additional ' +