From 4b80655229b2d65a1df1d8e7c7eb2b93c109a6a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=BCneyt=20=C5=9Eent=C3=BCrk?= Date: Mon, 4 Jan 2021 15:52:55 +0300 Subject: [PATCH] Contact Card text styling.. --- app/Abstracts/View/Components/DocumentForm.php | 10 ++-------- .../assets/js/components/AkauntingContactCard.vue | 6 +++--- .../views/components/select-contact-card.blade.php | 4 ++-- 3 files changed, 7 insertions(+), 13 deletions(-) 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 @@  •