diff --git a/web/admin-spa/src/components/accounts/AccountForm.vue b/web/admin-spa/src/components/accounts/AccountForm.vue index 94358290..b5a1c769 100644 --- a/web/admin-spa/src/components/accounts/AccountForm.vue +++ b/web/admin-spa/src/components/accounts/AccountForm.vue @@ -12,7 +12,7 @@

- {{ isEdit ? '编辑账户' : '添加账户' }} + {{ isEdit ? t('accountForm.editAccount') : t('accountForm.addAccount') }}