From 1990ce7562691f4d51bed69e0a644d0fcc6cce48 Mon Sep 17 00:00:00 2001 From: "a.bouhuolia" Date: Thu, 11 Nov 2021 17:50:58 +0200 Subject: [PATCH] fix: personal phone number placeholder. --- .../CustomerForm/CustomerFormAfterPrimarySection.js | 9 ++++----- src/lang/ar/index.json | 3 ++- src/lang/en/index.json | 3 ++- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/src/containers/Customers/CustomerForm/CustomerFormAfterPrimarySection.js b/src/containers/Customers/CustomerForm/CustomerFormAfterPrimarySection.js index d409b9d37..cabaea3ff 100644 --- a/src/containers/Customers/CustomerForm/CustomerFormAfterPrimarySection.js +++ b/src/containers/Customers/CustomerForm/CustomerFormAfterPrimarySection.js @@ -6,7 +6,6 @@ import intl from 'react-intl-universal'; import { inputIntent } from 'utils'; export default function CustomerFormAfterPrimarySection({}) { - return (
{/*------------ Customer email -----------*/} @@ -31,21 +30,21 @@ export default function CustomerFormAfterPrimarySection({}) { inline={true} > - + {({ field, meta: { error, touched } }) => ( )} - + {({ field, meta: { error, touched } }) => ( )} diff --git a/src/lang/ar/index.json b/src/lang/ar/index.json index 2b75235c9..9731ca8ad 100644 --- a/src/lang/ar/index.json +++ b/src/lang/ar/index.json @@ -1478,5 +1478,6 @@ "sms_notification.invoice_reminder.type": "تذكير بالفاتورة", "sms_notification.estimate_details.type": "تفاصيل فاتورة عرض الاسعار", "sms_notification.payment_details.type": "شكر علي عملية الدفع", - "sms_notification.receipt_details.type": "تفاصيل إيصال البيع" + "sms_notification.receipt_details.type": "تفاصيل إيصال البيع", + "personal": "المحمول" } \ No newline at end of file diff --git a/src/lang/en/index.json b/src/lang/en/index.json index dbd3c027b..a13f1b07c 100644 --- a/src/lang/en/index.json +++ b/src/lang/en/index.json @@ -1465,5 +1465,6 @@ "sms_notification.invoice_reminder.type": "Invoice reminder", "sms_notification.estimate_details.type": "Sale estimate details", "sms_notification.payment_details.type": "Payment receive thank you.", - "sms_notification.receipt_details.type": "Sale receipt details" + "sms_notification.receipt_details.type": "Sale receipt details", + "personal": "Personal" } \ No newline at end of file