Skip to content

Commit

Permalink
fix: change the post registration success message
Browse files Browse the repository at this point in the history
  • Loading branch information
ceelogre committed Jun 27, 2024
1 parent 2bdd757 commit 9f85ac2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion public/locales/fr/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@
"choose trainee": "choisir stagiaire",
"Invite": "Inviter",
"Thanks for signing up.": "Merci pour l'enregistrement.",
"We are delighted to have you with us. Soon you shall be receiving an email that contains an organization you will be part of.": "Nous sommes ravis de vous avoir avec nous. Bientôt, vous recevrez un e-mail contenant une organisation dont vous ferez partie.",
"We are delighted to have you with us. Soon you shall be receiving an email that contains details of a cohort that you will be part of.": "Nous sommes ravis de vous avoir avec nous. Bientôt, vous recevrez un e-mail contenant les details sur le cohorte dont vous ferez partie.",
"Already have an account?": "Vous avez déjà un compte?",
"Log in": "Connectez",
"Sign up using": "Inscrivez-vous en utilisant",
Expand Down
2 changes: 1 addition & 1 deletion public/locales/kn/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@
"choose trainee": "Hitamo uhugurwa",
"Invite": "Tumira",
"Thanks for signing up.": "Murakoze kwiyandikisha.",
"We are delighted to have you with us. Soon you shall be receiving an email that contains an organization you will be part of.": "Twishimiye kubana nawe. Mu gihe kitarambiranye urabona imeri ikubwira Kompanyi uzaba uherereyemo.",
"We are delighted to have you with us. Soon you shall be receiving an email that contains details of a cohort that you will be part of.": "Twishimiye kubana nawe. Mu gihe kitarambiranye urabona imeri ikubwira cohort uzaba uherereyemo.",
"Already have an account?": "Ufite konti?",
"Log in": "Injira",
"Sign up using": "Iyandikishe ukoresheje",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Organization/Message.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function Message() {

<p className="text-gray-400 mx-10 dark:text-dark-text-fill text-left mb-5">
{t(
'We are delighted to have you with us. Soon you shall be receiving an email that contains an organization you will be part of.',
'We are delighted to have you with us. Soon you shall be receiving an email that contains details of a cohort that you will be part of.',
)}
</p>

Expand Down

0 comments on commit 9f85ac2

Please sign in to comment.