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

@@ -39,15 +39,15 @@ export default {
plan: undefined,
pages: [
{
title: this.$t('admin_page_plans.tabs.settings'),
title: this.$t('settings'),
route: 'PlanFixedSettings',
},
{
title: this.$t('admin_page_plans.tabs.subscribers'),
title: this.$t('subscribers'),
route: 'PlanFixedSubscribers',
},
{
title: this.$t('admin_page_plans.tabs.delete'),
title: this.$t('delete_plan'),
route: 'PlanFixedDelete',
},
],