diff --git a/frontend/layouts/error.vue b/frontend/layouts/error.vue index 15976f94..6a02e557 100644 --- a/frontend/layouts/error.vue +++ b/frontend/layouts/error.vue @@ -1,14 +1,23 @@ - - {{ pageNotFound }} - - - {{ otherError }} - - - Home page - + + + + Whoops, 404 + The page you were looking for does not exist + + Get me out of here! + + + + @@ -31,14 +40,8 @@ export default { data() { return { pageNotFound: '404 Not Found', - otherError: 'An error occurred' + otherError: 'The page you were looking for wasn\'t allowed to access.' } } } - -
The page you were looking for does not exist