Skip to content

Commit

Permalink
Datepicker: removed symbols from next/prev month tooltip
Browse files Browse the repository at this point in the history
Fixes #2048
  • Loading branch information
BinaryBeast101 committed Feb 11, 2022
1 parent 54074fc commit 2baed25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/i18n/datepicker-sv.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@

datepicker.regional.sv = {
closeText: "Stäng",
prevText: "«Förra",
nextText: "Nästa»",
prevText: "Förra",
nextText: "Nästa",
currentText: "Idag",
monthNames: [ "januari", "februari", "mars", "april", "maj", "juni",
"juli", "augusti", "september", "oktober", "november", "december" ],
Expand Down

0 comments on commit 2baed25

Please sign in to comment.