tweak locale

This commit is contained in:
syuilo
2023-04-08 16:06:08 +09:00
parent 975e79fa3b
commit 7636536973
3 changed files with 18 additions and 16 deletions

View File

@@ -166,7 +166,7 @@ const menuDef = computed(() => [{
active: currentPage?.route.name === 'import-export',
}, {
icon: 'ti ti-plane',
text: i18n.ts.migration,
text: i18n.ts.accountMigration,
to: '/settings/migration',
active: currentPage?.route.name === 'migration',
}, {