feat add localization again.

This commit is contained in:
elforjani13
2021-11-09 16:39:13 +02:00
parent acf457c0a0
commit 5fcf32dcaa
3 changed files with 10 additions and 8 deletions

View File

@@ -119,14 +119,12 @@ function NotifyViaSMSAlerts({ calloutCodes }) {
return [
includes(calloutCodes, 100) && (
<Callout icon={null} intent={Intent.DANGER}>
The customer phone number does not eixst, please enter a personal phone
number to the customer.
{intl.get('notify_Via_sms.dialog.customer_phone_number_does_not_eixst')}
</Callout>
),
includes(calloutCodes, 200) && (
<Callout icon={null} intent={Intent.DANGER}>
The customer phone number is invalid, please enter a valid personal
phone number to the customer.
{intl.get('notify_Via_sms.dialog.customer_phone_number_invalid')}
</Callout>
),
];