Skip to content

Commit

Permalink
VKT(Frontend): time format localisation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jrkkp committed Sep 12, 2024
1 parent c75d6d8 commit be8dff4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/packages/vkt/public/i18n/fi-FI/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
"dateTimeFormat": "l [klo] HH.mm",
"timeFormat": "[klo] HH.mm",
"dateFormat": "l",
"registrationOpensAt": "klo 10:00",
"registrationClosesAt": "klo 16:00"
"registrationOpensAt": "klo 10.00",
"registrationClosesAt": "klo 16.00"
},
"errors": {
"api": {
Expand Down

0 comments on commit be8dff4

Please sign in to comment.