From ee26b3ce2397b8de11dc3672248f61de132de5cd Mon Sep 17 00:00:00 2001 From: skrushna1704 Date: Thu, 13 Jun 2024 12:59:18 +0530 Subject: [PATCH] fix: added en value for text --- apps/dsnp-v2/locales/en.ts | 4 +++- apps/odr-v2/locales/en.ts | 4 +++- apps/retail/locales/en.ts | 3 ++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/apps/dsnp-v2/locales/en.ts b/apps/dsnp-v2/locales/en.ts index 0797883c9..6c80818b6 100644 --- a/apps/dsnp-v2/locales/en.ts +++ b/apps/dsnp-v2/locales/en.ts @@ -123,6 +123,8 @@ const en: { [key: string]: string } = { forAll: 'for All', subText: "A global marketplace to discover anything you need. Just type where you want to go and we'll take care of the rest.", - profileUpdateSuccess: 'Profile updated successfully!' + profileUpdateSuccess: 'Profile updated successfully!', + error: 'Error!', + fixError: 'Please fix the errors in the form before submitting.' } export default en diff --git a/apps/odr-v2/locales/en.ts b/apps/odr-v2/locales/en.ts index 206f3e1f8..9b1418938 100644 --- a/apps/odr-v2/locales/en.ts +++ b/apps/odr-v2/locales/en.ts @@ -146,6 +146,8 @@ const en: { [key: string]: string } = { service: 'Service', orderId: 'Order Id', confirmLoaderSubtext: 'you are being assigned a case manager', - profileUpdateSuccess: 'Profile updated successfully!' + profileUpdateSuccess: 'Profile updated successfully!', + error: 'Error!', + fixError: 'Please fix the errors in the form before submitting.' } export default en diff --git a/apps/retail/locales/en.ts b/apps/retail/locales/en.ts index 4a8382f1c..0060034b9 100644 --- a/apps/retail/locales/en.ts +++ b/apps/retail/locales/en.ts @@ -173,6 +173,7 @@ const en: { [key: string]: string } = { totalQuantity: 'Total Quantity', totalAmount: 'Total Amount', errorText: 'Something went wrong', - profileUpdateSuccess: 'Profile updated successfully!' + profileUpdateSuccess: 'Profile updated successfully!', + fixError: 'Please fix the errors in the form before submitting.' } export default en