diff --git a/public/language/en_GB/global.json b/public/language/en_GB/global.json index 5f77009ca0..a373c7a4d3 100644 --- a/public/language/en_GB/global.json +++ b/public/language/en_GB/global.json @@ -4,9 +4,9 @@ "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!", diff --git a/src/views/403.tpl b/src/views/403.tpl index 818cfd7d53..8234c7558d 100644 --- a/src/views/403.tpl +++ b/src/views/403.tpl @@ -7,6 +7,6 @@ -
[[global:403.login]]
+[[global:403.login, {relative_path}]]
\ No newline at end of file diff --git a/src/views/404.tpl b/src/views/404.tpl index 5573720d0e..93b114716a 100644 --- a/src/views/404.tpl +++ b/src/views/404.tpl @@ -3,6 +3,6 @@{error}
-[[global:404.message]]
+[[global:404.message, {relative_path}]]
\ No newline at end of file