Add down arrow to descending sort options
This commit is contained in:
parent
201e43f56b
commit
cbbd583868
|
@ -81,6 +81,7 @@ function addSortOptions() {
|
||||||
const option = $create('option');
|
const option = $create('option');
|
||||||
const optgroup = $create('optgroup');
|
const optgroup = $create('optgroup');
|
||||||
const meta = {
|
const meta = {
|
||||||
|
desc: ' ⇩',
|
||||||
enabled: t('genericEnabledLabel'),
|
enabled: t('genericEnabledLabel'),
|
||||||
disabled: t('genericDisabledLabel'),
|
disabled: t('genericDisabledLabel'),
|
||||||
dateNew: ` (${t('sortDateNewestFirst')})`,
|
dateNew: ` (${t('sortDateNewestFirst')})`,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user