UX: Use shorter weekday labels in date picker
This commit is contained in:
parent
9bb15efca7
commit
2c08d43539
|
@ -41,7 +41,7 @@ export default Ember.Component.extend({
|
|||
nextMonth: I18n.t("dates.next_month"),
|
||||
months: moment.months(),
|
||||
weekdays: moment.weekdays(),
|
||||
weekdaysShort: moment.weekdaysShort()
|
||||
weekdaysShort: moment.weekdaysMin()
|
||||
},
|
||||
onSelect: date => this._handleSelection(date)
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue