diff --git a/app/Abstracts/View/Components/DocumentForm.php b/app/Abstracts/View/Components/DocumentForm.php index 5b54ffa96..c1810746f 100644 --- a/app/Abstracts/View/Components/DocumentForm.php +++ b/app/Abstracts/View/Components/DocumentForm.php @@ -420,16 +420,10 @@ abstract class DocumentForm extends Component case 'bill': case 'expense': case 'purchase': - $textEditContact = [ - 'general.form.contact_edit', - 'general.vendors' - ]; + $textEditContact = 'general.form.edit'; break; default: - $textEditContact = [ - 'general.form.contact_edit', - 'general.customers' - ]; + $textEditContact = 'general.form.edit'; break; } diff --git a/resources/assets/js/components/AkauntingContactCard.vue b/resources/assets/js/components/AkauntingContactCard.vue index b68889e5b..43d064c8e 100644 --- a/resources/assets/js/components/AkauntingContactCard.vue +++ b/resources/assets/js/components/AkauntingContactCard.vue @@ -104,7 +104,7 @@  •