removed unused language strings

This commit is contained in:
Čarodej
2022-03-19 09:26:43 +01:00
parent 1ad8fbdd57
commit 7564c01fa3
29 changed files with 178 additions and 382 deletions

View File

@@ -30,7 +30,7 @@ export default {
route: 'AppSignInUp',
},
{
title: this.$t('admin_settings.tabs.appearance'),
title: this.$t('appearance'),
route: 'AppAppearance',
},
{

View File

@@ -159,7 +159,7 @@
class="w-full sm:w-auto"
button-style="theme"
>
{{ $t('admin_settings.others.cache_clear') }}
{{ $t('clear_cache') }}
</ButtonBase>
</AppInputButton>