diff --git a/packages/@vue/cli-plugin-pwa/ui.js b/packages/@vue/cli-plugin-pwa/ui.js index 21609a8b8c..89090ccc83 100644 --- a/packages/@vue/cli-plugin-pwa/ui.js +++ b/packages/@vue/cli-plugin-pwa/ui.js @@ -64,7 +64,7 @@ module.exports = api => { name: 'name', type: 'input', message: 'App name', - description: 'Used as the value for the `apple-mobile-web-app-title` meta tag in the generated HTML.', + description: 'App name displayed on the Splash screen and various other places. Also used as the value for the `apple-mobile-web-app-title` meta tag in the generated HTML.', value: data.pwa && data.pwa.name }, {