diff --git a/packages/client/src/pages/settings/theme.manage.vue b/packages/client/src/pages/settings/theme.manage.vue index 2eb16bb70..7da439f9c 100644 --- a/packages/client/src/pages/settings/theme.manage.vue +++ b/packages/client/src/pages/settings/theme.manage.vue @@ -1,32 +1,32 @@ - {{ $ts.theme }} - + {{ i18n.ts.theme }} + {{ x.name }} - + {{ x.name }} - {{ $ts.author }} + {{ i18n.ts.author }} - {{ $ts._theme.description }} + {{ i18n.ts._theme.description }} - {{ $ts._theme.code }} - {{ $ts.copy }} + {{ i18n.ts._theme.code }} + {{ i18n.ts.copy }} - {{ $ts.uninstall }} + {{ i18n.ts.uninstall }} -