mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 08:32:14 +00:00
removed unused language strings
This commit is contained in:
@@ -30,7 +30,7 @@ export default {
|
||||
route: 'AppSignInUp',
|
||||
},
|
||||
{
|
||||
title: this.$t('admin_settings.tabs.appearance'),
|
||||
title: this.$t('appearance'),
|
||||
route: 'AppAppearance',
|
||||
},
|
||||
{
|
||||
|
||||
@@ -159,7 +159,7 @@
|
||||
class="w-full sm:w-auto"
|
||||
button-style="theme"
|
||||
>
|
||||
{{ $t('admin_settings.others.cache_clear') }}
|
||||
{{ $t('clear_cache') }}
|
||||
</ButtonBase>
|
||||
</AppInputButton>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user