diff --git a/frontend/src/components/filterFields/DateFilter.jsx b/frontend/src/components/filterFields/DateFilter.jsx index 2015f48950..4053ccff67 100644 --- a/frontend/src/components/filterFields/DateFilter.jsx +++ b/frontend/src/components/filterFields/DateFilter.jsx @@ -94,7 +94,7 @@ export default function DateFilter({ onChange, data }) { <> - +
diff --git a/frontend/src/locale/de.json b/frontend/src/locale/de.json index 7e34de4dd4..9d1b2f9757 100644 --- a/frontend/src/locale/de.json +++ b/frontend/src/locale/de.json @@ -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", diff --git a/frontend/src/locale/en.json b/frontend/src/locale/en.json index 4e07d28398..fbdf47e660 100644 --- a/frontend/src/locale/en.json +++ b/frontend/src/locale/en.json @@ -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", diff --git a/frontend/src/locale/es.json b/frontend/src/locale/es.json index e0073ca1b6..f1109a937c 100644 --- a/frontend/src/locale/es.json +++ b/frontend/src/locale/es.json @@ -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", diff --git a/frontend/src/locale/fr.json b/frontend/src/locale/fr.json index adb58a75ae..d4aad2e283 100644 --- a/frontend/src/locale/fr.json +++ b/frontend/src/locale/fr.json @@ -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", diff --git a/frontend/src/locale/it.json b/frontend/src/locale/it.json index dd7797b896..eba5b6fad7 100644 --- a/frontend/src/locale/it.json +++ b/frontend/src/locale/it.json @@ -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",