Skip to content

Commit

Permalink
Merge pull request #2161 from City-of-Helsinki/hl-873
Browse files Browse the repository at this point in the history
HL-873 | Change text when adding applications to a batch
  • Loading branch information
JanneJuhola authored Aug 4, 2023
2 parents 8fa21be + e172139 commit 0fd5a8c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/benefit/handler/public/locales/en/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -919,7 +919,7 @@
"addToBatch": {
"success": {
"heading": "Koontiin siirto onnistui!",
"text": "Olet muodostanut {{ count }} hakemuksesta koonnin."
"text": "Olet lisännyt {{ count }} hakemusta koontiin."
}
},
"removeFromBatch": {
Expand Down
2 changes: 1 addition & 1 deletion frontend/benefit/handler/public/locales/fi/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -919,7 +919,7 @@
"addToBatch": {
"success": {
"heading": "Koontiin siirto onnistui!",
"text": "Olet muodostanut {{ count }} hakemuksesta koonnin."
"text": "Olet lisännyt {{ count }} hakemusta koontiin."
}
},
"removeFromBatch": {
Expand Down
2 changes: 1 addition & 1 deletion frontend/benefit/handler/public/locales/sv/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -925,7 +925,7 @@
"addToBatch": {
"success": {
"heading": "Koontiin siirto onnistui!",
"text": "Olet muodostanut {{ count }} hakemuksesta koonnin."
"text": "Olet lisännyt {{ count }} hakemusta koontiin."
}
},
"removeFromBatch": {
Expand Down

0 comments on commit 0fd5a8c

Please sign in to comment.