diff --git a/src/views/desktop/app/AppSettingsPage.vue b/src/views/desktop/app/AppSettingsPage.vue index 7085ce58..bb9d3ff8 100644 --- a/src/views/desktop/app/AppSettingsPage.vue +++ b/src/views/desktop/app/AppSettingsPage.vue @@ -3,15 +3,15 @@ - {{ $t('Basic') }} + {{ tt('Basic') }} - {{ $t('Application Lock') }} + {{ tt('Application Lock') }} - {{ $t('Statistics') }} + {{ tt('Statistics') }} @@ -31,61 +31,61 @@ - diff --git a/src/views/desktop/user/UserSettingsPage.vue b/src/views/desktop/user/UserSettingsPage.vue index fbb0febe..2a5bf575 100644 --- a/src/views/desktop/user/UserSettingsPage.vue +++ b/src/views/desktop/user/UserSettingsPage.vue @@ -3,19 +3,19 @@ - {{ $t('Basic') }} + {{ tt('Basic') }} - {{ $t('Security') }} + {{ tt('Security') }} - {{ $t('Two-Factor Authentication') }} + {{ tt('Two-Factor Authentication') }} - {{ $t('Data Management') }} + {{ tt('Data Management') }} @@ -39,12 +39,17 @@ -