From a15c5635dbd279f6c9161d140fb343a31d67088f Mon Sep 17 00:00:00 2001 From: mohadeseh safari Date: Mon, 28 Apr 2025 22:48:09 -0400 Subject: [PATCH] some modification --- client/src/Pages/Auth/Register/Register.jsx | 79 +++++++++++---------- client/src/locales/gb.json | 2 +- client/src/locales/ru.json | 2 +- client/src/locales/tr.json | 2 +- 4 files changed, 44 insertions(+), 41 deletions(-) diff --git a/client/src/Pages/Auth/Register/Register.jsx b/client/src/Pages/Auth/Register/Register.jsx index 2415362ea..6617357e8 100644 --- a/client/src/Pages/Auth/Register/Register.jsx +++ b/client/src/Pages/Auth/Register/Register.jsx @@ -67,44 +67,47 @@ const LandingPage = ({ isSuperAdmin, onSignup }) => { - - By creating an account, you agree to our - { - window.open( - "https://bluewavelabs.ca/terms-of-service-open-source", - "_blank", - "noreferrer" - ); - }} - sx={{ - "&:hover": { - color: theme.palette.primary.contrastTextTertiary, - }, - }} - > - Terms of Service - - and - { - window.open( - "https://bluewavelabs.ca/privacy-policy-open-source", - "_blank", - "noreferrer" - ); - }} - sx={{ - "&:hover": { - color: theme.palette.primary.contrastTextTertiary, - }, - }} - > - Privacy Policy - - + { + window.open( + "https://bluewavelabs.ca/terms-of-service-open-source", + "_blank", + "noreferrer" + ); + }} + /> + ), + a2: ( + { + window.open( + "https://bluewavelabs.ca/privacy-policy-open-source", + "_blank", + "noreferrer" + ); + }} + /> + ) + }} + /> diff --git a/client/src/locales/gb.json b/client/src/locales/gb.json index 25d6c0a4f..96c123b91 100644 --- a/client/src/locales/gb.json +++ b/client/src/locales/gb.json @@ -55,7 +55,7 @@ "authRegisterCreateAccount": "Create your account to get started", "authRegisterCreateSuperAdminAccount": "Create your super admin account to get started", "authRegisterSignUpWithEmail": "Create super admin account", - "authRegisterBySigningUp": "By creating an account, you agree to our <1>Terms of Service and <3>Privacy Policy", + "authRegisterBySigningUp": "By creating an account, you agree to our Terms of Service and Privacy Policy.", "authRegisterFirstName": "Name", "authRegisterLastName": "Surname", "authRegisterEmail": "Email", diff --git a/client/src/locales/ru.json b/client/src/locales/ru.json index 026315132..520d34826 100644 --- a/client/src/locales/ru.json +++ b/client/src/locales/ru.json @@ -55,7 +55,7 @@ "authRegisterCreateAccount": "Создайте свою учетную запись, чтобы начать", "authRegisterCreateSuperAdminAccount": "Создайте учетную запись суперадминистратора, чтобы начать работу", "authRegisterSignUpWithEmail": "Создать учетную запись суперадминистратора", - "authRegisterBySigningUp": "Создавая учетную запись, вы соглашаетесь с нашими <1>Условиями использования и <3>Политикой конфиденциальности", + "authRegisterBySigningUp": "Создавая учетную запись, вы соглашаетесь с нашими Условиями использования и Политикой конфиденциальности.", "authRegisterFirstName": "Имя", "authRegisterLastName": "Фамилия", "authRegisterEmail": "Эл. почта", diff --git a/client/src/locales/tr.json b/client/src/locales/tr.json index 463832d72..2fd16829d 100644 --- a/client/src/locales/tr.json +++ b/client/src/locales/tr.json @@ -55,7 +55,7 @@ "authRegisterCreateAccount": "Hesap oluşturmak için devam et", "authRegisterCreateSuperAdminAccount": "Super admin hesabınızı oluşturmak için devam edin", "authRegisterSignUpWithEmail": "Süper yönetici hesabı oluştur", - "authRegisterBySigningUp": "Bir hesap oluşturarak, <1>Hizmet Şartlarımızı ve <3>Gizlilik Politikamızı kabul etmiş olursunuz", + "authRegisterBySigningUp": "Bir hesap oluşturarak, Hizmet Şartlarımızı ve Gizlilik Politikamızı kabul etmiş olursunuz.", "authRegisterFirstName": "Ad", "authRegisterLastName": "Soyad", "authRegisterEmail": "E-posta",