Skip to content

Commit 9f85ac2

Browse files
committed
fix: change the post registration success message
1 parent 2bdd757 commit 9f85ac2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: public/locales/fr/translation.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@
381381
"choose trainee": "choisir stagiaire",
382382
"Invite": "Inviter",
383383
"Thanks for signing up.": "Merci pour l'enregistrement.",
384-
"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.",
384+
"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.",
385385
"Already have an account?": "Vous avez déjà un compte?",
386386
"Log in": "Connectez",
387387
"Sign up using": "Inscrivez-vous en utilisant",

Diff for: public/locales/kn/translation.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@
351351
"choose trainee": "Hitamo uhugurwa",
352352
"Invite": "Tumira",
353353
"Thanks for signing up.": "Murakoze kwiyandikisha.",
354-
"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.",
354+
"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.",
355355
"Already have an account?": "Ufite konti?",
356356
"Log in": "Injira",
357357
"Sign up using": "Iyandikishe ukoresheje",

Diff for: src/pages/Organization/Message.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function Message() {
1919

2020
<p className="text-gray-400 mx-10 dark:text-dark-text-fill text-left mb-5">
2121
{t(
22-
'We are delighted to have you with us. Soon you shall be receiving an email that contains an organization you will be part of.',
22+
'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.',
2323
)}
2424
</p>
2525

0 commit comments

Comments
 (0)