1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

Update application text

Updates application text in various places to correct the wording of or better reflect the functionality provided.
This commit is contained in:
Ben
2017-08-09 16:48:39 +01:00
parent 0a758f20a7
commit 4873b40e49
6 changed files with 14 additions and 14 deletions

View File

@@ -446,9 +446,9 @@ class NoteList extends React.Component {
value={config.sortBy}
onChange={(e) => this.handleSortByChange(e)}
>
<option value='UPDATED_AT'>Updated Time</option>
<option value='CREATED_AT'>Created Time</option>
<option value='ALPHABETICAL'>Alphabetical</option>
<option value='UPDATED_AT'>Last Updated</option>
<option value='CREATED_AT'>Creation Time</option>
<option value='ALPHABETICAL'>Alphabetically</option>
</select>
</div>
<div styleName='control-button-area'>