Skip to content

Commit

Permalink
fix: Change label from "created" to "date of observation"
Browse files Browse the repository at this point in the history
  • Loading branch information
gmaclennan committed Nov 25, 2019
1 parent 3e13559 commit 607bcd0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion messages/FilterPanel/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"FilterPanel.FilterPanel.created": {
"description": "Label for filter by date observation was created",
"message": "Created"
"message": "Date of observation"
},
"FilterPanel.FilterPanel.editFilters": {
"description": "Button text to change which fields are shown and filterable in the filter pane",
Expand Down
2 changes: 1 addition & 1 deletion messages/FilterPanel/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"FilterPanel.FilterPanel.created": {
"description": "Label for filter by date observation was created",
"message": "Creado"
"message": "Fecha de observación"
},
"FilterPanel.FilterPanel.editFilters": {
"description": "Button text to change which fields are shown and filterable in the filter pane",
Expand Down
2 changes: 1 addition & 1 deletion src/FilterPanel/FilterPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const m = defineMessages({
// Button text to change which fields are shown and filterable in the filter pane
editFilters: 'Edit Filters…',
// Label for filter by date observation was created
created: 'Created',
created: 'Date of observation',
// Label for filter by date observation was modified (e.g. edited by a user)
modified: 'Modified',
// Label for filter by category (e.g. the preset)
Expand Down

0 comments on commit 607bcd0

Please sign in to comment.