diff --git a/resources/assets/js/components/AkauntingContactCard.vue b/resources/assets/js/components/AkauntingContactCard.vue index cf19f3863..b68889e5b 100644 --- a/resources/assets/js/components/AkauntingContactCard.vue +++ b/resources/assets/js/components/AkauntingContactCard.vue @@ -103,10 +103,10 @@ -  •  - @@ -388,6 +388,8 @@ export default { path += this.contact.id + '/edit'; + add_new.text = this.editContactText.replace(':contact_name', this.contact.name); + window.axios.get(path) .then(response => { //this.show.contact_selected = false;