diff --git a/lib/core/nuxt.js b/lib/core/nuxt.js index eee0cbd7c6..e0b4c1ab0e 100644 --- a/lib/core/nuxt.js +++ b/lib/core/nuxt.js @@ -21,7 +21,7 @@ export default class Nuxt { constructor(options = {}) { this.options = Options.from(options) - this.readyMessage = 'Nuxt is ready!' + this.readyMessage = 'Ready' this.initialized = false // Hooks