Select Contact Card dynamic language text

This commit is contained in:
Cüneyt Şentürk
2020-12-29 11:54:36 +03:00
parent 50b6385ed4
commit 8eb020211f
6 changed files with 87 additions and 33 deletions

View File

@ -105,7 +105,7 @@
</div>
<button type="button" class="btn btn-link" @click="onContactEdit">{{ editContactText.replace(':contact_name', contact.name) }}</button>&nbsp;&nbsp;
<button type="button" class="btn btn-link" @click="onContactList">{{ chooseDiffentContactText }}</button>
<button type="button" class="btn btn-link" @click="onContactList">{{ chooseDifferentContactText }}</button>
</div>
</div>
@ -224,7 +224,7 @@ export default {
default: 'Tax number',
description: ""
},
chooseDiffentContactText: {
chooseDifferentContactText: {
type: String,
default: 'Choose a different customer',
description: ""