diff --git a/src/langs/fa.json b/src/langs/fa.json index ac6fd48..874543f 100644 --- a/src/langs/fa.json +++ b/src/langs/fa.json @@ -392,7 +392,8 @@ "image_uploaded_successfully": "تصویر با موفقیت آپلود شد", "confrim_email": "تایید ایمیل", "confrim": "تایید صورتحساب ", - "link_email": "یک لینک برای تایید ایمیل برای شما ارسال شد." + "link_email": "یک لینک برای تایید ایمیل برای شما ارسال شد.", + "email_not_verified": "ایمیل تایید نشده" }, "email": "ایمیل", "save": "ذخیره", diff --git a/src/pages/profile/Profile.tsx b/src/pages/profile/Profile.tsx index 5bb3da6..2042347 100644 --- a/src/pages/profile/Profile.tsx +++ b/src/pages/profile/Profile.tsx @@ -163,6 +163,7 @@ const Profile: FC = () => { /> = (props: Props) => { @@ -36,13 +37,19 @@ const Email: FC = (props: Props) => { return ( -
+
setEmail(e.target.value)} /> + { + !props.isVerified && +
+ {t('profile.email_not_verified')} +
+ } { isReadOnly ?
setIsReadOnly(false)} className='flex cursor-pointer relative -top-3 gap-1 text-[#0047FF] text-xs items-center'>