Skip to content

Commit

Permalink
fix(ui): correct i18n mistake (#1445)
Browse files Browse the repository at this point in the history
* chore(ui): fix typo

* chore(ui): fix another typo
  • Loading branch information
SevenOutman authored and Akryum committed Jun 3, 2018
1 parent 165f823 commit dc07315
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/@vue/cli-service/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,11 +165,11 @@ module.exports = api => {
value: 'wc'
},
{
name: 'vue-webpack.tasks.build.wc-async',
name: 'vue-webpack.tasks.build.target.wc-async',
value: 'wc-async'
}
],
description: 'vue-webpack.tasks.build.description'
description: 'vue-webpack.tasks.build.target.description'
},
{
name: 'name',
Expand Down

0 comments on commit dc07315

Please sign in to comment.