Skip to content

Commit

Permalink
fix: toast had no translation for close button label
Browse files Browse the repository at this point in the history
  • Loading branch information
sirtawast committed Aug 23, 2023
1 parent 8ca325a commit 8449135
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 8449135

Please sign in to comment.