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

@ -138,7 +138,7 @@ export default {
openItemModal () {
this.$emit('onSelectItem')
this.openModal({
'title': 'Add Item',
'title': this.$t('items.add_item'),
'componentName': 'ItemModal',
'data': {taxPerItem: this.taxPerItem, taxes: this.taxes}
})