Skip to content

Commit

Permalink
change sighting date to encounter date by design
Browse files Browse the repository at this point in the history
  • Loading branch information
erinz2020 committed Jan 30, 2025
1 parent 3e2a391 commit e6448cd
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/filterFields/DateFilter.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export default function DateFilter({ onChange, data }) {
</Description>
<>
<FormLabel>
<FormattedMessage id="FILTER_SIGHTING_DATE" />
<FormattedMessage id="FILTER_ENCOUNTER_DATE" />
</FormLabel>
<div className="d-flex flex-row w-100 mb-2">
<FormGroup className="w-50" style={{ marginRight: "10px" }}>
Expand Down
1 change: 1 addition & 0 deletions frontend/src/locale/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@
"FILTER_DATE": "Datum",
"FILTER_DATE_DESC": "Verwenden Sie die nachstehenden Felder, um den Zeitrahmen Ihrer Suche einzuschränken",
"FILTER_SIGHTING_DATE": "Sichtungsdatum",
"FILTER_ENCOUNTER_DATE" : "Begegnungsdatum",
"FILTER_FROM": "Von",
"FILTER_TO": "Bis",
"FILTER_VERBATIM_EVENT_DATE": "Verbatim-Ereignisdatum",
Expand Down
1 change: 1 addition & 0 deletions frontend/src/locale/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@
"FILTER_DATE": "Date",
"FILTER_DATE_DESC": "Use the fields below to limit the timeframe of your search",
"FILTER_SIGHTING_DATE": "Sighting Date",
"FILTER_ENCOUNTER_DATE" : "Encounter Date",
"FILTER_FROM": "From",
"FILTER_TO": "To",
"FILTER_VERBATIM_EVENT_DATE": "Verbatim Event Date",
Expand Down
1 change: 1 addition & 0 deletions frontend/src/locale/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@
"FILTER_DATE": "Fecha",
"FILTER_DATE_DESC": "Utilice los campos a continuación para limitar el período de su búsqueda",
"FILTER_SIGHTING_DATE": "Fecha del Avistamiento",
"FILTER_ENCOUNTER_DATE" : "Fecha del Encuentro",
"FILTER_FROM": "Desde",
"FILTER_TO": "Hasta",
"FILTER_VERBATIM_EVENT_DATE": "Fecha del Evento Literal",
Expand Down
1 change: 1 addition & 0 deletions frontend/src/locale/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@
"FILTER_DATE": "Date",
"FILTER_DATE_DESC": "Utilisez les champs ci-dessous pour limiter la période de votre recherche",
"FILTER_SIGHTING_DATE": "Date d'Observation",
"FILTER_ENCOUNTER_DATE" : "Date de Rencontre",
"FILTER_FROM": "De",
"FILTER_TO": "À",
"FILTER_VERBATIM_EVENT_DATE": "Date de l'Événement Exacte",
Expand Down
1 change: 1 addition & 0 deletions frontend/src/locale/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@
"FILTER_DATE": "Data",
"FILTER_DATE_DESC": "Utilizza i campi sottostanti per limitare il periodo della tua ricerca",
"FILTER_SIGHTING_DATE": "Data dell'Avvistamento",
"FILTER_ENCOUNTER_DATE" : "Data dell'Incontro",
"FILTER_FROM": "Da",
"FILTER_TO": "A",
"FILTER_VERBATIM_EVENT_DATE": "Data dell'Evento Testuale",
Expand Down

0 comments on commit e6448cd

Please sign in to comment.