Skip to content

Commit

Permalink
fix: language string bug (#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
timwessman authored Sep 12, 2024
1 parent 7abb2d4 commit d284966
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ const NormalOpeningHoursForm = (
},
title: {
placeholders: {
fi: t('TitlePlaceholderInFinnish'),
sv: t('TitlePlaceholderInSwedish'),
en: t('TitlePlaceholderInEnglish'),
fi: t('OpeningHours.TitlePlaceholderInFinnish'),
sv: t('OpeningHours.TitlePlaceholderInSwedish'),
en: t('OpeningHours.TitlePlaceholderInEnglish'),
},
},
},
Expand Down
4 changes: 2 additions & 2 deletions src/language/sv.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@
"TimeSpanMinutesLabel": "minuter",
"TimeSpanEnds": "slutar kl.",
"TimeSpanAriaLabel": "Öppettider {{timeSpanIndex}}",
"DescriptionInFinnish": "Kuvaus suomeksi",
"DescriptionInEnglish": "Beskrivning på finska",
"DescriptionInFinnish": "Beskrivning på finska",
"DescriptionInEnglish": "Beskrivning på engelska",
"DescriptionInSwedish": "Beskrivning på svenska",
"DescriptionPlaceholderInFinnish": "Esim. seniorit",
"DescriptionPlaceholderInEnglish": "E.g. seniors",
Expand Down

0 comments on commit d284966

Please sign in to comment.