From e172139664152fa5737631ffe37a7508486a69b9 Mon Sep 17 00:00:00 2001 From: Sampo Tawast Date: Sun, 30 Jul 2023 10:42:33 +0300 Subject: [PATCH] fix: change odd text when adding apps to batch --- frontend/benefit/handler/public/locales/en/common.json | 2 +- frontend/benefit/handler/public/locales/fi/common.json | 2 +- frontend/benefit/handler/public/locales/sv/common.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/benefit/handler/public/locales/en/common.json b/frontend/benefit/handler/public/locales/en/common.json index b47a8cec5b..487d9beb95 100644 --- a/frontend/benefit/handler/public/locales/en/common.json +++ b/frontend/benefit/handler/public/locales/en/common.json @@ -919,7 +919,7 @@ "addToBatch": { "success": { "heading": "Koontiin siirto onnistui!", - "text": "Olet muodostanut {{ count }} hakemuksesta koonnin." + "text": "Olet lisännyt {{ count }} hakemusta koontiin." } }, "removeFromBatch": { diff --git a/frontend/benefit/handler/public/locales/fi/common.json b/frontend/benefit/handler/public/locales/fi/common.json index bd6c33c15d..af510b57d3 100644 --- a/frontend/benefit/handler/public/locales/fi/common.json +++ b/frontend/benefit/handler/public/locales/fi/common.json @@ -919,7 +919,7 @@ "addToBatch": { "success": { "heading": "Koontiin siirto onnistui!", - "text": "Olet muodostanut {{ count }} hakemuksesta koonnin." + "text": "Olet lisännyt {{ count }} hakemusta koontiin." } }, "removeFromBatch": { diff --git a/frontend/benefit/handler/public/locales/sv/common.json b/frontend/benefit/handler/public/locales/sv/common.json index e9b9b86d4c..07d47919da 100644 --- a/frontend/benefit/handler/public/locales/sv/common.json +++ b/frontend/benefit/handler/public/locales/sv/common.json @@ -925,7 +925,7 @@ "addToBatch": { "success": { "heading": "Koontiin siirto onnistui!", - "text": "Olet muodostanut {{ count }} hakemuksesta koonnin." + "text": "Olet lisännyt {{ count }} hakemusta koontiin." } }, "removeFromBatch": {