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

@@ -26,7 +26,7 @@ export default {
route: 'AppPayments',
},
{
title: this.$t('admin_settings.tabs.billings'),
title: this.$t('billings'),
route: 'AppBillings',
},
],

View File

@@ -504,11 +504,6 @@ export default {
},
computed: {
...mapGetters(['config']),
submitButtonText() {
return this.isLoading
? this.$t('admin_settings.payments.button_testing')
: this.$t('admin_settings.payments.button_submit')
},
},
data() {
return {
@@ -569,7 +564,7 @@ export default {
sortable: true,
},
{
label: this.$t('admin_page_plans.table.subscribers'),
label: this.$t('subscribers'),
sortable: false,
},
{