Skip to content

Commit

Permalink
fix(module: calendar): fix typo in calendar english day names (#881)
Browse files Browse the repository at this point in the history
  • Loading branch information
jirigalis authored Jun 9, 2023
1 parent 994b63b commit cbcc512
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/calendar/locale/en_US.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default {
dateTimeFormat: 'MM/dd/yyyy w hh:mm',
dateFormat: 'yyyy/MM/dd w',
noChoose: 'No Choose',
week: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fir', 'Sat'],
week: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'],
clear: 'Clear',
selectTime: 'Select Time',
selectStartTime: 'Select Start Time',
Expand Down
2 changes: 1 addition & 1 deletion components/locale-provider/locale/calendar/en_US.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default {
dateTimeFormat: 'MM/dd/yyyy w hh:mm',
dateFormat: 'yyyy/MM/dd w',
noChoose: 'No Choose',
week: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fir', 'Sat'],
week: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'],
clear: 'Clear',
selectTime: 'Select Time',
selectStartTime: 'Select Start Time',
Expand Down

0 comments on commit cbcc512

Please sign in to comment.