Skip to content

Commit

Permalink
fix: missing translation key
Browse files Browse the repository at this point in the history
  • Loading branch information
sirtawast committed Dec 19, 2024
1 parent b28d99c commit 95c2794
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions frontend/benefit/handler/public/locales/en/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@
"talpaStatuses": {
"not_sent_to_talpa": "Odottaa maksua",
"rejected_by_talpa": "Virhe maksussa",
"partially_sent_to_talpa": "Maksettu",
"successfully_sent_to_talpa": "Lähetetty maksuun"
},
"instalmentStatuses": {
Expand Down
1 change: 1 addition & 0 deletions frontend/benefit/handler/public/locales/fi/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@
"talpaStatuses": {
"not_sent_to_talpa": "Odottaa",
"rejected_by_talpa": "Virhe maksussa",
"partially_sent_to_talpa": "Maksettu",
"successfully_sent_to_talpa": "Maksettu"
},
"instalmentStatuses": {
Expand Down
1 change: 1 addition & 0 deletions frontend/benefit/handler/public/locales/sv/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@
"talpaStatuses": {
"not_sent_to_talpa": "Odottaa maksua",
"rejected_by_talpa": "Virhe maksussa",
"partially_sent_to_talpa": "Maksettu",
"successfully_sent_to_talpa": "Lähetetty maksuun"
},
"instalmentStatuses": {
Expand Down

0 comments on commit 95c2794

Please sign in to comment.