Fix Issue #3250 Error Page says 'reload' but reloads same error page
parent
d097ae4b88
commit
50b5bb0166
|
@ -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",
|
||||||
|
|
|
@ -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")
|
||||||
|
|
Loading…
Reference in New Issue