Browse Source

Fix typo in Danish locale file

The correct spelling is two words: https://ordnet.dk/ddo/ordbog?query=i%20dag
Lauritz Hilsøe 6 years ago
parent
commit
7f7243c16e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locales/da.js

+ 1 - 1
locales/da.js

@@ -8,7 +8,7 @@ export default {
   buttonText: {
     prev: "Forrige",
     next: "Næste",
-    today: "Idag",
+    today: "I dag",
     month: "Måned",
     week: "Uge",
     day: "Dag",