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 @@ @@ -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.' } } } - -