Skip to content

fix: change post registration success message #389

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion public/locales/fr/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,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 @@ -350,7 +350,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
Loading