{t('404_PAGE_HEADING')}
- {t('404_PAGE_MSG_PRETEXT')}{' '}
-
- 😔
- {' '}
- {t('404_PAGE_MSG')}
-
- {process.env.NODE_ENV === 'development' ? (
- <>
-
- {t('404_PAGE_DEV_ENV_MSG')}{' '}
- docs/src/pages/.
-
- >
- ) : null}
-
+ {t('404_PAGE_MSG_PRETEXT')} {t('404_PAGE_MSG')}
+
{t('404_GO_HOME_LINK_TEXT')} diff --git a/src/intl/en.json b/src/intl/en.json index 1e395a360..77f58424b 100644 --- a/src/intl/en.json +++ b/src/intl/en.json @@ -3,11 +3,10 @@ "DOCS": "DOCS", "NAV_BACK_BTN_TEXT": "Back", "404_PAGE_TITLE": "Not found", - "404_PAGE_HEADING": "Page not found", - "404_PAGE_MSG_PRETEXT": "Sorry", - "404_PAGE_MSG": "we couldn’t find what you were looking for.", - "404_PAGE_DEV_ENV_MSG": "Try creating a page in", - "404_GO_HOME_LINK_TEXT": "Go home", + "404_PAGE_HEADING": "404 - Page Not Found", + "404_PAGE_MSG_PRETEXT": "Sorry,", + "404_PAGE_MSG": "we couldn’t find the page you’re looking for. It may have been removed, renamed, or is temporarily unavailable.", + "404_GO_HOME_LINK_TEXT": "Go to Homepage", "SEARCH_PLACEHOLDER": "Search", "CODE_COPY_BTN_TEXT": "Copy", "CODE_COPY_BTN_HOVER_TEXT": "Copy to clipboard",