diff --git a/locales/en.yml b/locales/en.yml index e995830f..0d4811be 100644 --- a/locales/en.yml +++ b/locales/en.yml @@ -1,5 +1,10 @@ home: categories: newestTools: Newest tools +404: + notFound: '404 Not Found' + sorry: 'Sorry, this page does not seem to exist' + maybe: 'Maybe the cache is doing tricky things, try force-refreshing?' + backHome: 'Back home' toolCard: - new: New + new: New \ No newline at end of file diff --git a/src/pages/404.page.vue b/src/pages/404.page.vue index 2bf49bcb..20f61c41 100644 --- a/src/pages/404.page.vue +++ b/src/pages/404.page.vue @@ -11,17 +11,17 @@ useHead({ title: 'Page not found - IT Tools' });