Skip to content

Commit

Permalink
fix: kids events search links (#543)
Browse files Browse the repository at this point in the history
  • Loading branch information
melniiv committed Mar 20, 2024
1 parent 188db51 commit c31d251
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/common/translation/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@
"heading": "Sign up",
"notEligible": {
"buttonText": "Click here to find cultural events for your child!",
"otherOptionsLink": "https://www.myhelsinki.fi/en/search?tags=children%20(age%20groups)&category=events",
"otherOptionsLink": "https://tapahtumat.hel.fi/en/search?onlyChildrenEvents=true",
"text": "Your child is unfortunately not eligible for the Culture Kids programme due to their date of birth or hometown.",
"title": "We’re sorry."
},
Expand Down
2 changes: 1 addition & 1 deletion src/common/translation/i18n/fi.json
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@
"heading": "Tule mukaan",
"notEligible": {
"buttonText": "Löydä lapsille sopivia kulttuuritapahtumia täältä",
"otherOptionsLink": "https://www.myhelsinki.fi/fi/search?tags=lapset&category=events",
"otherOptionsLink": "https://tapahtumat.hel.fi/fi/haku?onlyChildrenEvents=true",
"text": "Valitettavasti lapsen syntymävuosi tai kotipaikkakunta eivät oikeuta häntä Kulttuurin kummilapset -toimintaan.",
"title": "Voi harmi!"
},
Expand Down
2 changes: 1 addition & 1 deletion src/common/translation/i18n/sv.json
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@
"heading": "Kom med",
"notEligible": {
"buttonText": "Hitta kulturevenemang som lämpar sig för barn här",
"otherOptionsLink": "https://www.myhelsinki.fi/sv/search?tags=barn%20(%C3%A5ldersgrupper)&category=events",
"otherOptionsLink": "https://tapahtumat.hel.fi/sv/sok?onlyChildrenEvents=true",
"text": "Tyvärr berättigar barnets födelseår eller hemort inte till att delta i verksamheten Kulturens fadderbarn.",
"title": "Vad synd!"
},
Expand Down

0 comments on commit c31d251

Please sign in to comment.