fix: update email text and add google link message in locale files

This commit is contained in:
2026-06-13 19:02:07 +03:30
parent 69f83097f3
commit f4c1d02a7f
3 changed files with 7 additions and 5 deletions

View File

@@ -74,7 +74,8 @@
"verificationCodeSent": "Verification code sent", "verificationCodeSent": "Verification code sent",
"onlyOneAccountAllowed": "You can only link one email account.", "onlyOneAccountAllowed": "You can only link one email account.",
"editEmailOrGoogle": "Change Email / Google", "editEmailOrGoogle": "Change Email / Google",
"emailText": "Your new email will replace your previous email (<1>{{email}}</1>)" "emailText": "Your new email will replace your previous email (<1>{{email}}</1>)",
"googleLinkComingSoon": "Google account linking coming soon"
}, },
"active": { "active": {
"activeDevices": "Active devices", "activeDevices": "Active devices",
@@ -148,4 +149,4 @@
"description": "Encourage repeat purchases by sending discount codes and points to your customers." "description": "Encourage repeat purchases by sending discount codes and points to your customers."
} }
} }
} }

View File

@@ -74,7 +74,8 @@
"verificationCodeSent": "کد تایید ارسال شد", "verificationCodeSent": "کد تایید ارسال شد",
"onlyOneAccountAllowed": "شما فقط می‌توانید یک حساب ایمیل را متصل کنید", "onlyOneAccountAllowed": "شما فقط می‌توانید یک حساب ایمیل را متصل کنید",
"editEmailOrGoogle": "تغییر ایمیل / گوگل", "editEmailOrGoogle": "تغییر ایمیل / گوگل",
"emailText": "ایمیل جدید شما جایگزین ایمل قبلی ({{email}}) خواهد شد" "emailText": "ایمیل جدید شما جایگزین ایمل قبلی ({{email}}) خواهد شد",
"googleLinkComingSoon": "قابلیت اتصال حساب گوگل به زودی اضافه خواهد شد"
}, },
"active": { "active": {
"activeDevices": "نشست های فعال", "activeDevices": "نشست های فعال",
@@ -148,4 +149,4 @@
"description": "با ارسال کد تخفیف و امتیاز به مشتریان کسب و کارتان آنها را به خرید مجدد ترغیب کنید" "description": "با ارسال کد تخفیف و امتیاز به مشتریان کسب و کارتان آنها را به خرید مجدد ترغیب کنید"
} }
} }
} }

View File

@@ -206,7 +206,7 @@ export function SocialMedia() {
<PageWrapper> <PageWrapper>
<CardContainer <CardContainer
title={t('settingForm.titleSocial')} title={t('settingForm.titleSocial')}
subtitle={t('settingForm.descriptionSocial')} subtitle={''}
highlighted={isEditing} highlighted={isEditing}
action={ action={
isEditing ? ( isEditing ? (