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

@ -266,7 +266,7 @@ export default {
},
async addItemUnit () {
this.openModal({
'title': 'Add Item Unit',
'title': this.$t('settings.customization.items.add_item_unit'),
'componentName': 'ItemUnit'
})
}