Skip to content

Commit f7247a7

Browse files
committed
fix
1 parent 9c0bc82 commit f7247a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vue-i18n-core/src/errors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@ export const errorMessages: { [code: number]: string } = {
5353
[I18nErrorCodes.NOT_INSTALLED_WITH_PROVIDE]:
5454
'Need to install with `provide` function',
5555
[I18nErrorCodes.DUPLICATE_USE_I18N_CALLING]:
56-
"Duplicate `useI18n` calling by local scope. Please don't call it on local scope"
56+
'Duplicate local-scope `useI18n` call detected. Call `useI18n` only once per component.'
5757
}

0 commit comments

Comments
 (0)