Skip to content

Commit

Permalink
fix(ui): App name prompt description
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed Apr 30, 2018
1 parent 77f0034 commit b6928a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@vue/cli-plugin-pwa/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
{
Expand Down

0 comments on commit b6928a3

Please sign in to comment.