From 71d8fa9f1ad5d056bffbfb01e0f0d5137d226b8b Mon Sep 17 00:00:00 2001 From: Bastien Potiron Date: Tue, 2 Jan 2024 16:27:55 +0100 Subject: [PATCH] Remove "diary" entry from filters (refs #1012) --- .../pages/search/components/FilterBar/ShowFilters.tsx | 3 --- frontend/src/translations/ca.json | 1 - frontend/src/translations/de.json | 1 - frontend/src/translations/en.json | 1 - frontend/src/translations/es.json | 1 - frontend/src/translations/fr.json | 1 - frontend/src/translations/it.json | 1 - 7 files changed, 9 deletions(-) diff --git a/frontend/src/components/pages/search/components/FilterBar/ShowFilters.tsx b/frontend/src/components/pages/search/components/FilterBar/ShowFilters.tsx index 4cdb0ad6a..d43813aa9 100644 --- a/frontend/src/components/pages/search/components/FilterBar/ShowFilters.tsx +++ b/frontend/src/components/pages/search/components/FilterBar/ShowFilters.tsx @@ -29,9 +29,6 @@ const ShowFilters: React.FC = ({ if (item.id === DATE_FILTER) { return (
- - - { diff --git a/frontend/src/translations/ca.json b/frontend/src/translations/ca.json index 12115e43a..cdcae3af6 100644 --- a/frontend/src/translations/ca.json +++ b/frontend/src/translations/ca.json @@ -44,7 +44,6 @@ "filter": "Filtrar", "reload": "Tornar a carregar", "anErrorOccured": "S’ha produït un error", - "diary": "Diari", "filters": { "difficulty": "Dificultat", "practices": "Excursions", diff --git a/frontend/src/translations/de.json b/frontend/src/translations/de.json index b96d2339b..46d5b593c 100644 --- a/frontend/src/translations/de.json +++ b/frontend/src/translations/de.json @@ -44,7 +44,6 @@ "filter": "Filter", "reload": "Neuladen", "anErrorOccured": "Ein Fehler ist aufgetreten", - "diary": "Tagebuch", "filters": { "difficulty": "Schwierigkeit", "practices": "Wanderungen", diff --git a/frontend/src/translations/en.json b/frontend/src/translations/en.json index 2406c2ece..7d2cbafcb 100644 --- a/frontend/src/translations/en.json +++ b/frontend/src/translations/en.json @@ -47,7 +47,6 @@ "filter": "Filter", "reload": "Reload", "anErrorOccured": "An error occured", - "diary": "Diary", "filters": { "difficulty": "Difficulty", "practices": "Practice", diff --git a/frontend/src/translations/es.json b/frontend/src/translations/es.json index 5a822cbf3..33bbd62df 100644 --- a/frontend/src/translations/es.json +++ b/frontend/src/translations/es.json @@ -44,7 +44,6 @@ "filter": "Filtrar", "reload": "Volver a cargar", "anErrorOccured": "Se ha producido un error", - "diary": "Diario", "filters": { "difficulty": "Dificultad", "practices": "Excursiones", diff --git a/frontend/src/translations/fr.json b/frontend/src/translations/fr.json index 3f77698f4..0aa8ad45a 100644 --- a/frontend/src/translations/fr.json +++ b/frontend/src/translations/fr.json @@ -47,7 +47,6 @@ "filter": "Filtrer", "reload": "Recharger", "anErrorOccured": "Une erreur est survenue", - "diary": "Agenda", "filters": { "difficulty": "Difficulté", "practices": "Randonnées", diff --git a/frontend/src/translations/it.json b/frontend/src/translations/it.json index 2945ff49b..a27c9f8fd 100644 --- a/frontend/src/translations/it.json +++ b/frontend/src/translations/it.json @@ -47,7 +47,6 @@ "filter": "Filtro", "reload": "Ricaricare", "anErrorOccured": "C'è stato un errore", - "diary": "Diario", "filters": { "difficulty": "Difficoltà", "practices": "Escursioni",