Add down arrow to descending sort options

This commit is contained in:
Rob Garrison 2017-12-23 12:40:47 -06:00
parent 201e43f56b
commit cbbd583868

View File

@ -81,6 +81,7 @@ function addSortOptions() {
const option = $create('option');
const optgroup = $create('optgroup');
const meta = {
desc: ' ⇩',
enabled: t('genericEnabledLabel'),
disabled: t('genericDisabledLabel'),
dateNew: ` (${t('sortDateNewestFirst')})`,