Skip to content

Commit

Permalink
Merge pull request #11 from mtatsuma/fix_th
Browse files Browse the repository at this point in the history
Fix days of week string Tu. -> Th. for Thursday
  • Loading branch information
mtatsuma authored Oct 18, 2020
2 parents c180ed8 + cfab4c5 commit cd79787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MMM-WeatherChart.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ Module.register("MMM-WeatherChart", {
dayString.push('Mo.');
dayString.push('Tu.');
dayString.push('We.');
dayString.push('Tu.');
dayString.push('Th.');
dayString.push('Fr.');
dayString.push('Sa.');

Expand Down

0 comments on commit cd79787

Please sign in to comment.