diff --git a/locales/en.yml b/locales/en.yml index 8f8ae68a..c2fc89d4 100644 --- a/locales/en.yml +++ b/locales/en.yml @@ -17,3 +17,8 @@ about: h3p4: 'And if you found a bug, or something doesn''''t work as expected, please file a bug report in the' h3p5: 'issues section' h3p6: 'in the GitHub repository.' +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' 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' });