Fix translation issues

This commit is contained in:
radhu587
2019-11-11 17:53:47 +05:30
parent 80a761dbe0
commit ff3121e0d9
17 changed files with 53 additions and 37 deletions

View File

@ -591,7 +591,7 @@ export default {
},
openTemplateModal () {
this.openModal({
'title': 'Choose a template',
'title': this.$t('general.choose_template'),
'componentName': 'InvoiceTemplate',
'data': this.invoiceTemplates
})

View File

@ -500,7 +500,7 @@ export default {
},
openTemplateModal () {
this.openModal({
'title': 'Choose a template',
'title': this.$t('general.choose_template'),
'componentName': 'InvoiceTemplate',
'data': this.invoiceTemplates
})

View File

@ -156,7 +156,7 @@ export default {
},
openTaxModal () {
this.openModal({
'title': 'Add Tax',
'title': this.$t('settings.tax_types.add_tax'),
'componentName': 'TaxTypeModal'
})
}