fix: update email text and add google link message in locale files
This commit is contained in:
@@ -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."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -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": "با ارسال کد تخفیف و امتیاز به مشتریان کسب و کارتان آنها را به خرید مجدد ترغیب کنید"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -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 ? (
|
||||||
|
|||||||
Reference in New Issue
Block a user