fix validation and translation issues

This commit is contained in:
Mohit Panjwani
2019-11-11 13:44:24 +05:30
parent d3310b71bd
commit ae6290108b
10 changed files with 105 additions and 28 deletions

View File

@ -103,7 +103,7 @@ export default {
},
openCustomerModal () {
this.openModal({
title: 'Add Customer',
title: this.$t('customers.add_customer'),
componentName: 'CustomerModal',
size: 'lg'
})