From b6928a305c676cc56463f3e99d7d5dd2c881006b Mon Sep 17 00:00:00 2001 From: Guillaume Chau Date: Mon, 30 Apr 2018 19:06:47 +0200 Subject: [PATCH] fix(ui): App name prompt description --- packages/@vue/cli-plugin-pwa/ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }, {