Fix Issue #3250 Error Page says 'reload' but reloads same error page

stable
David Barragán Merino 2015-09-10 15:23:20 +02:00
parent d097ae4b88
commit 50b5bb0166
2 changed files with 0 additions and 2 deletions

View File

@ -953,7 +953,6 @@
}, },
"ERROR": { "ERROR": {
"TEXT1": "Something happened and our Oompa Loompas are working on it.", "TEXT1": "Something happened and our Oompa Loompas are working on it.",
"TEXT2": "Try reloading again soon.",
"NOT_FOUND": "Not found", "NOT_FOUND": "Not found",
"NOT_FOUND_TEXT": "Error 404. The page you are looking for no longer exists. Perhaps you can return back to TAIGA homepage and see if you can find what you are looking for.", "NOT_FOUND_TEXT": "Error 404. The page you are looking for no longer exists. Perhaps you can return back to TAIGA homepage and see if you can find what you are looking for.",
"PERMISSION_DENIED": "Permission denied", "PERMISSION_DENIED": "Permission denied",

View File

@ -6,5 +6,4 @@ div.error-main
img(src="/images/logo.png", alt="TAIGA") img(src="/images/logo.png", alt="TAIGA")
h1.logo Taiga h1.logo Taiga
p.error-text(translate="ERROR.TEXT1") p.error-text(translate="ERROR.TEXT1")
p.error-text(translate="ERROR.TEXT2")
a(href="/", title="", translate="COMMON.GO_HOME") a(href="/", title="", translate="COMMON.GO_HOME")