From 2830d68155d029b2ecb3a8d2aff9da99c5b4073d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Fri, 7 Apr 2023 10:28:03 -0400 Subject: [PATCH] fix: closes #11446, add alert-link to 403,404,400 messages --- public/language/en-GB/global.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/language/en-GB/global.json b/public/language/en-GB/global.json index aed9a20961..aa448cc4e3 100644 --- a/public/language/en-GB/global.json +++ b/public/language/en-GB/global.json @@ -4,13 +4,13 @@ "buttons.close": "Close", "403.title": "Access Denied", "403.message": "You seem to have stumbled upon a page that you do not have access to.", - "403.login": "Perhaps you should try logging in?", + "403.login": "Perhaps you should try logging in?", "404.title": "Not Found", - "404.message": "You seem to have stumbled upon a page that does not exist. Return to the home page.", + "404.message": "You seem to have stumbled upon a page that does not exist. Return to the home page.", "500.title": "Internal Error.", "500.message": "Oops! Looks like something went wrong!", "400.title": "Bad Request.", - "400.message": "It looks like this link is malformed, please double-check and try again. Otherwise, return to the home page.", + "400.message": "It looks like this link is malformed, please double-check and try again. Otherwise, return to the home page.", "register": "Register", "login": "Login",