diff --git a/i18n/en_US.yaml b/i18n/en_US.yaml index c0ebc03e..987d76de 100644 --- a/i18n/en_US.yaml +++ b/i18n/en_US.yaml @@ -1016,9 +1016,11 @@ ui: answers: answers accepted: Accepted page_404: + http_error: HTTP Error 404 desc: "Unfortunately, this page doesn't exist." back_home: Back to homepage page_50X: + http_error: HTTP Error 500 desc: The server encountered an error and could not complete your request. back_home: Back to homepage page_maintenance: diff --git a/ui/src/pages/404/index.jsx b/ui/src/pages/404/index.jsx index dbc009a0..6cdb4df4 100644 --- a/ui/src/pages/404/index.jsx +++ b/ui/src/pages/404/index.jsx @@ -25,7 +25,8 @@ const Index = () => { style={{ fontSize: '120px', lineHeight: 1.2 }}> (=‘x‘=) -