Skip to content

Commit

Permalink
Merge pull request #2185 from City-of-Helsinki/hl-913
Browse files Browse the repository at this point in the history
HL-913 | Toast had no translation for close button label
  • Loading branch information
JanneJuhola authored Aug 23, 2023
2 parents 8ca325a + 8449135 commit 1f1ad98
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/benefit/applicant/public/locales/en/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -661,5 +661,8 @@
"heading1": "Palaute ja yhteystiedot"
}
}
},
"toast": {
"closeToast": "Close notification"
}
}
3 changes: 3 additions & 0 deletions frontend/benefit/applicant/public/locales/fi/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -661,5 +661,8 @@
"heading1": "Palaute ja yhteystiedot"
}
}
},
"toast": {
"closeToast": "Sulje ilmoitus"
}
}
3 changes: 3 additions & 0 deletions frontend/benefit/applicant/public/locales/sv/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -661,5 +661,8 @@
"heading1": "Palaute ja yhteystiedot"
}
}
},
"toast": {
"closeToast": "Stäng avisering"
}
}

0 comments on commit 1f1ad98

Please sign in to comment.