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()}.