]> Untitled Git - lemmy-ui.git/commitdiff
Include forgotten translation
authorabias <abias1122@gmail.com>
Sun, 21 May 2023 18:42:17 +0000 (14:42 -0400)
committerabias <abias1122@gmail.com>
Sun, 21 May 2023 18:42:17 +0000 (14:42 -0400)
src/shared/components/app/error-page.tsx

index b90698eda8e3c16badbc1cfcf280ddc26dd1ab79..243a4a4ff021aa1d1fd9812629ae34568f981511 100644 (file)
@@ -29,7 +29,7 @@ export class ErrorPage extends Component<any, any> {
               <a href="https://matrix.to/#/#lemmy-space:matrix.org">#</a>#
             </T>
           ) : (
-            "The page you are looking for does not exist."
+            i18n.t("not_found_page_message")
           )}
         </p>
         {!errorPageData && (