Skip to content

Commit

Permalink
Fix translation age
Browse files Browse the repository at this point in the history
  • Loading branch information
rottabonus committed Feb 4, 2024
1 parent 2042f14 commit 244a06d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/localization/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ export const messages: { [key in MessageId]: string } = {
'onboarding.welcome.text1': 'Thank you for using Ylitse MentorApp',
'onboarding.welcome.text2': 'Start a confidential conversation with a mentor',
'onboarding.welcome.text3':
'The service is intended for people over 17 years of age. If you are under 17 years old, you can visit the Apuu chat for 7-15 year olds or the Sekasin chat for 13-29 year olds.',
'The service is intended for people over 17 years of age. If you are under 17 years old, you can visit the Apuu chat for 7-15 year olds or the Sekasin chat for 12-29 year olds.',
'onboarding.welcome.text4': 'If you are under 15, you can visit:',
'onboarding.welcome.text5': 'If you are under 17, you can visit:',
'onboarding.welcome.text6': 'We hope you will enjoy the service!',
Expand Down
2 changes: 1 addition & 1 deletion src/localization/fi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ export const messages = {
'onboarding.welcome.text1': 'Kiva, että otit Ylitse MentorAppin käyttöön!',
'onboarding.welcome.text2':
'Voit jutella mentoreiden kanssa mielessäsi olevista asioista.',
'onboarding.welcome.text3': `Palvelu on tarkoitettu 17 vuotta täyttäneille. Mikäli olet alle 17-vuotias, voit vierailla 7—15-vuotiaille tarkoitetussa Apuu-chatissa tai 13—29-vuotiaille tarkoitetussa Sekasin-chatissa.`,
'onboarding.welcome.text3': `Palvelu on tarkoitettu 17 vuotta täyttäneille. Mikäli olet alle 17-vuotias, voit vierailla 7—15-vuotiaille tarkoitetussa Apuu-chatissa tai 12—29-vuotiaille tarkoitetussa Sekasin-chatissa.`,
'onboarding.welcome.text4': `Mikäli olet alle 15-vuotias, voit vierailla:`,
'onboarding.welcome.text5': `Mikäli olet alle 17-vuotias, voit vierailla:`,
'onboarding.welcome.text6': 'Mukavia keskusteluja!',
Expand Down

0 comments on commit 244a06d

Please sign in to comment.