mirror of
https://github.com/discourse/discourse.git
synced 2025-03-04 01:23:10 +08:00
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"),
|
nextMonth: I18n.t("dates.next_month"),
|
||||||
months: moment.months(),
|
months: moment.months(),
|
||||||
weekdays: moment.weekdays(),
|
weekdays: moment.weekdays(),
|
||||||
weekdaysShort: moment.weekdaysShort()
|
weekdaysShort: moment.weekdaysMin()
|
||||||
},
|
},
|
||||||
onSelect: date => this._handleSelection(date)
|
onSelect: date => this._handleSelection(date)
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user