Ask to reload

This commit is contained in:
MartinBraquet
2026-01-15 19:51:44 +01:00
parent d5c2f06784
commit e2d78722d8

View File

@@ -31,7 +31,7 @@ export function Custom404Content(props: { customText?: string }) {
<Title>{t('404.title', "404: Oops!")}</Title>
{customText ? <p>{customText}</p> : <p>{t('404.default_message', "I can't find that page.")}</p>}
<p className="custom-link">
{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 ")}
<Link href={'/help'}>{t("organization.help", "help").toLowerCase()}</Link>.
</p>