Skip to content

Commit

Permalink
fix: change odd text when adding apps to batch
Browse files Browse the repository at this point in the history
  • Loading branch information
sirtawast committed Aug 4, 2023
1 parent 7b67120 commit e172139
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 e172139

Please sign in to comment.