diff --git a/lib/app/components/nuxt-error.vue b/lib/app/components/nuxt-error.vue index 9a96c2accf..94a3042a42 100644 --- a/lib/app/components/nuxt-error.vue +++ b/lib/app/components/nuxt-error.vue @@ -56,6 +56,7 @@ export default { diff --git a/lib/common/options.js b/lib/common/options.js index d0fe88746b..966b57a046 100755 --- a/lib/common/options.js +++ b/lib/common/options.js @@ -276,7 +276,7 @@ Options.defaults = { chokidar: {} }, messages: { - error_404: 'This page could not be found (404)', + error_404: 'This page could not be found', server_error: 'Server error', nuxtjs: 'Nuxt.js', back_to_home: 'Back to the home page',