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",
|
||||
"onlyOneAccountAllowed": "You can only link one email account.",
|
||||
"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": {
|
||||
"activeDevices": "Active devices",
|
||||
@@ -148,4 +149,4 @@
|
||||
"description": "Encourage repeat purchases by sending discount codes and points to your customers."
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -74,7 +74,8 @@
|
||||
"verificationCodeSent": "کد تایید ارسال شد",
|
||||
"onlyOneAccountAllowed": "شما فقط میتوانید یک حساب ایمیل را متصل کنید",
|
||||
"editEmailOrGoogle": "تغییر ایمیل / گوگل",
|
||||
"emailText": "ایمیل جدید شما جایگزین ایمل قبلی ({{email}}) خواهد شد"
|
||||
"emailText": "ایمیل جدید شما جایگزین ایمل قبلی ({{email}}) خواهد شد",
|
||||
"googleLinkComingSoon": "قابلیت اتصال حساب گوگل به زودی اضافه خواهد شد"
|
||||
},
|
||||
"active": {
|
||||
"activeDevices": "نشست های فعال",
|
||||
@@ -148,4 +149,4 @@
|
||||
"description": "با ارسال کد تخفیف و امتیاز به مشتریان کسب و کارتان آنها را به خرید مجدد ترغیب کنید"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -206,7 +206,7 @@ export function SocialMedia() {
|
||||
<PageWrapper>
|
||||
<CardContainer
|
||||
title={t('settingForm.titleSocial')}
|
||||
subtitle={t('settingForm.descriptionSocial')}
|
||||
subtitle={''}
|
||||
highlighted={isEditing}
|
||||
action={
|
||||
isEditing ? (
|
||||
|
||||
Reference in New Issue
Block a user