From b537b8641643682f9d357fb24393b61df0e2c847 Mon Sep 17 00:00:00 2001 From: SleeplessOne1917 Date: Sun, 21 May 2023 18:16:43 +0000 Subject: [PATCH] Add not found page translation that I forgot (#44) * Add not found page translation that I forgot * Fix error page paragraph --- translations/en.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/translations/en.json b/translations/en.json index 88b930b..f5bfdd6 100644 --- a/translations/en.json +++ b/translations/en.json @@ -226,9 +226,10 @@ "sign_up": "Sign Up", "notifications_error": "Desktop notifications not available in your browser. Try Firefox or Chrome.", "error_page_title": "Error!", - "error_page_paragraph": "There was an error on the server. Try refreshing your browser. If that doesn't work, come back at a later time. If the problem persists, you can seek help in the <1>Lemmy support community or <2>Lemmy Matrix room.", + "error_page_paragraph": "There was an error on the server. Try refreshing your browser. If that doesn't work, come back at a later time. If the problem persists, you can seek help in the <1>Lemmy support community or <1>Lemmy Matrix room.", "error_page_admin_matrix": "If you would like to reach out to one of {{instance}} admins for support, try the following Matrix addresses:", "not_found_page_title": "Page Not Found", + "not_found_page_message": "The page you are looking for does not exist.", "not_found_return_home_button": "Click here to return to your homepage", "websocket_disconnected": "Websocket disconnected", "websocket_reconnected": "Websocket reconnected",