Skip to content

Commit

Permalink
Fix incorrect weekday name
Browse files Browse the repository at this point in the history
  • Loading branch information
cristan committed Oct 27, 2024
1 parent c3ebbf3 commit 664e268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<string name="day_2">Dinsdag</string>
<string name="day_3">Woensdag</string>
<string name="day_4">Donderdag</string>
<string name="day_5">Donderdag</string>
<string name="day_5">Vrijdag</string>
<string name="day_6">Zaterdag</string>
<string name="day_7">Zondag</string>
<string name="day_tomorrow">morgen</string>
Expand Down

0 comments on commit 664e268

Please sign in to comment.