From 94a892f2c279bf63e7de669001dd69cc2d013bb6 Mon Sep 17 00:00:00 2001 From: Franz Liedke Date: Thu, 22 Aug 2019 00:03:17 +0200 Subject: [PATCH] Add/fix error message for authentic-/authorization Refs flarum/core#1641. --- extensions/lang-english/locale/core.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extensions/lang-english/locale/core.yml b/extensions/lang-english/locale/core.yml index 0bd774488..30ac821ff 100644 --- a/extensions/lang-english/locale/core.yml +++ b/extensions/lang-english/locale/core.yml @@ -463,10 +463,11 @@ core: error: csrf_token_mismatch: You have been inactive for too long. csrf_token_mismatch_return_link: Go back, to try again - forbidden: You do not have permission to access this page. invalid_confirmation_token: This confirmation link has already been used or is invalid. + not_authenticated: You do not have permission to access this page. Try again after logging in. not_found: The page you requested could not be found. not_found_return_link: "Return to {forum}" + permission_denied: You do not have permission to access this page. unknown: An error occurred while trying to load this page. # Translations in this namespace are displayed by the basic HTML discussion index.