Skip to content

Commit

Permalink
chore(i18n): update error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed Oct 28, 2018
1 parent 1aed844 commit 4c4e4d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@vue/cli-ui/src/i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ async function autoDetect () {
}

if (!ok) {
console.log(`[UI] No locale package was found for your locale ${codes[0]}.`)
console.log(`[UI] No locale data was found for your locale ${codes[0]}.`)
}

const dateFnsLocale = i18n.locale.toLowerCase().replace(/-/g, '_')
Expand Down

0 comments on commit 4c4e4d7

Please sign in to comment.