Skip to content

Commit

Permalink
Merge pull request #5727 from espoon-voltti/text-changes
Browse files Browse the repository at this point in the history
Tekstipäivityksiä
  • Loading branch information
reynders authored Sep 27, 2024
2 parents 0e577c2 + 958d72b commit 57bd5dd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion frontend/src/lib-customizations/defaults/citizen/i18n/en.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1007,7 +1007,8 @@ const en: Translations = {
'If the child has already been to the club during the previous club term, he or she has a better chance of getting a placement in the club.'
},
urgent: {
label: 'Application is urgent',
label:
'Application is urgent (does not apply to transfer applications)',
attachmentsMessage: {
text: (
<P fitted={true}>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -978,7 +978,7 @@ export default {
'Jos lapsi on ollut kerhossa jo edellisen toimintakauden aikana, on hänellä suurempi mahdollisuus saada paikka kerhosta.'
},
urgent: {
label: 'Hakemus on kiireellinen',
label: 'Hakemus on kiireellinen (ei koske siirtohakemuksia)',
attachmentsMessage: {
text: (
<P fitted={true}>
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/lib-customizations/defaults/citizen/i18n/sv.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -989,7 +989,7 @@ const sv: Translations = {
'Om barnet redan har varit på klubben under föregående säsong har han eller hon större chans att få en plats i klubben.'
},
urgent: {
label: 'Ansökningen är brådskande',
label: 'Ansökningen är brådskande (gäller inte ansökan om byte)',
attachmentsMessage: {
text: (
<P fitted={true}>
Expand Down Expand Up @@ -1923,7 +1923,7 @@ const sv: Translations = {
PRESCHOOL: 'Ansökan till förskolan',
CLUB: 'Ansökan till klubbverksamhet'
},
transferApplication: 'Ansökan om överföring',
transferApplication: 'om byte till en annan enhet',
period: 'För tiden',
created: 'Ansökan skapad',
modified: 'Redigerad/uppdaterad',
Expand Down

0 comments on commit 57bd5dd

Please sign in to comment.