Skip to content

Commit

Permalink
Merge pull request #2260 from City-of-Helsinki/hl-913-b
Browse files Browse the repository at this point in the history
HL-913 | Add toast's close notification text to handler side as well
  • Loading branch information
sirtawast authored Sep 6, 2023
2 parents 3bf6ad1 + 0d48672 commit f3fdb52
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
5 changes: 4 additions & 1 deletion frontend/benefit/handler/public/locales/en/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -1046,5 +1046,8 @@
}
},
"keyword": "Hakusana"
},
"toast": {
"closeToast": "Sulje ilmoitus"
}
}
}
5 changes: 4 additions & 1 deletion frontend/benefit/handler/public/locales/fi/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -1046,5 +1046,8 @@
}
},
"keyword": "Hakusana"
},
"toast": {
"closeToast": "Sulje ilmoitus"
}
}
}
5 changes: 4 additions & 1 deletion frontend/benefit/handler/public/locales/sv/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -1052,5 +1052,8 @@
}
},
"keyword": "Hakusana"
},
"toast": {
"closeToast": "Sulje ilmoitus"
}
}
}

0 comments on commit f3fdb52

Please sign in to comment.