Change title of date sort options
This commit is contained in:
parent
34b6ef674b
commit
4b2a4d2a10
1 changed files with 2 additions and 2 deletions
|
@ -116,8 +116,8 @@ class FileList extends React.PureComponent {
|
|||
<span className="sort-section">
|
||||
{__('Sort by')}{' '}
|
||||
<FormField type="select" onChange={this.handleSortChanged.bind(this)}>
|
||||
<option value="dateNew">{__('Date (Newest First)')}</option>
|
||||
<option value="dateOld">{__('Date (Oldest First)')}</option>
|
||||
<option value="dateNew">{__('Newest First')}</option>
|
||||
<option value="dateOld">{__('Oldest First')}</option>
|
||||
<option value="title">{__('Title')}</option>
|
||||
</FormField>
|
||||
</span>
|
||||
|
|
Loading…
Reference in a new issue