Skip to content

Commit 06d820d

Browse files
authored
fix(devtools): change vue-devtools label (#1885)
1 parent 482c319 commit 06d820d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ type _I18n = I18n & I18nInternal
3434
const VUE_I18N_COMPONENT_TYPES = 'vue-i18n: composer properties'
3535

3636
const VueDevToolsLabels: Record<VueDevToolsIDs, string> = {
37-
'vue-devtools-plugin-vue-i18n': 'Vue I18n devtools',
38-
'vue-i18n-resource-inspector': 'I18n Resources',
37+
'vue-devtools-plugin-vue-i18n': 'Vue I18n DevTools',
38+
'vue-i18n-resource-inspector': 'Vue I18n DevTools',
3939
'vue-i18n-timeline': 'Vue I18n'
4040
}
4141

0 commit comments

Comments
 (0)