From e2d78722d8089b19f835339ef0c4dd8c0eb8db5d Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Thu, 15 Jan 2026 19:51:44 +0100 Subject: [PATCH] Ask to reload --- web/pages/404.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/pages/404.tsx b/web/pages/404.tsx index 6944eb2..2592607 100644 --- a/web/pages/404.tsx +++ b/web/pages/404.tsx @@ -31,7 +31,7 @@ export function Custom404Content(props: { customText?: string }) { {t('404.title', "404: Oops!")} {customText ?

{customText}

:

{t('404.default_message', "I can't find that page.")}

}

- {t('404.help_text', "If you didn't expect this, get some ")} + {t('404.help_text', "If you didn't expect this, try to reload the page in a few seconds or get some ")} {t("organization.help", "help").toLowerCase()}.