refactor language problem

This commit is contained in:
Jay Makwana
2020-05-13 21:16:37 +05:30
parent 96187870b4
commit 98d15143c2
12 changed files with 105 additions and 14 deletions

View File

@ -305,7 +305,7 @@ export default {
},
async addPaymentMode () {
this.openModal({
'title': 'Add Payment Mode',
'title': this.$t('settings.customization.payments.add_payment_mode'),
'componentName': 'PaymentMode'
})
},