From f4c1d02a7f4885781e0b06e8e17a1301d9d0f7d6 Mon Sep 17 00:00:00 2001 From: Amir Moghani Date: Sat, 13 Jun 2026 19:02:07 +0330 Subject: [PATCH] fix: update email text and add google link message in locale files --- public/locales/en/setting.json | 5 +++-- public/locales/fa/setting.json | 5 +++-- .../profile/components/userInformation/SocialMedia.tsx | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/public/locales/en/setting.json b/public/locales/en/setting.json index 0f521ae..65a6296 100644 --- a/public/locales/en/setting.json +++ b/public/locales/en/setting.json @@ -74,7 +74,8 @@ "verificationCodeSent": "Verification code sent", "onlyOneAccountAllowed": "You can only link one email account.", "editEmailOrGoogle": "Change Email / Google", - "emailText": "Your new email will replace your previous email (<1>{{email}})" + "emailText": "Your new email will replace your previous email (<1>{{email}})", + "googleLinkComingSoon": "Google account linking coming soon" }, "active": { "activeDevices": "Active devices", @@ -148,4 +149,4 @@ "description": "Encourage repeat purchases by sending discount codes and points to your customers." } } -} +} \ No newline at end of file diff --git a/public/locales/fa/setting.json b/public/locales/fa/setting.json index 89e5eb8..1fbb3d6 100644 --- a/public/locales/fa/setting.json +++ b/public/locales/fa/setting.json @@ -74,7 +74,8 @@ "verificationCodeSent": "کد تایید ارسال شد", "onlyOneAccountAllowed": "شما فقط می‌توانید یک حساب ایمیل را متصل کنید", "editEmailOrGoogle": "تغییر ایمیل / گوگل", - "emailText": "ایمیل جدید شما جایگزین ایمل قبلی ({{email}}) خواهد شد" + "emailText": "ایمیل جدید شما جایگزین ایمل قبلی ({{email}}) خواهد شد", + "googleLinkComingSoon": "قابلیت اتصال حساب گوگل به زودی اضافه خواهد شد" }, "active": { "activeDevices": "نشست های فعال", @@ -148,4 +149,4 @@ "description": "با ارسال کد تخفیف و امتیاز به مشتریان کسب و کارتان آنها را به خرید مجدد ترغیب کنید" } } -} +} \ No newline at end of file diff --git a/src/features/profile/components/userInformation/SocialMedia.tsx b/src/features/profile/components/userInformation/SocialMedia.tsx index 7683c8f..d7e8557 100644 --- a/src/features/profile/components/userInformation/SocialMedia.tsx +++ b/src/features/profile/components/userInformation/SocialMedia.tsx @@ -206,7 +206,7 @@ export function SocialMedia() {