Skip to content

Commit

Permalink
Remove "diary" entry from filters (refs #1012)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastien Potiron authored and dtrucs committed Jan 8, 2024
1 parent bc53e54 commit 71d8fa9
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ const ShowFilters: React.FC<Props> = ({
if (item.id === DATE_FILTER) {
return (
<fieldset className="flex flex-col mt-4 desktop:mt-0 desktop:ml-5">
<legend className="font-bold mb-2 text-lg">
<FormattedMessage id="search.diary" />
</legend>
<InputDateWithMagnifier
value={dateFilter.beginDate}
onChange={event => {
Expand Down
1 change: 0 additions & 1 deletion frontend/src/translations/ca.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
"filter": "Filtrar",
"reload": "Tornar a carregar",
"anErrorOccured": "S’ha produït un error",
"diary": "Diari",
"filters": {
"difficulty": "Dificultat",
"practices": "Excursions",
Expand Down
1 change: 0 additions & 1 deletion frontend/src/translations/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
"filter": "Filter",
"reload": "Neuladen",
"anErrorOccured": "Ein Fehler ist aufgetreten",
"diary": "Tagebuch",
"filters": {
"difficulty": "Schwierigkeit",
"practices": "Wanderungen",
Expand Down
1 change: 0 additions & 1 deletion frontend/src/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
"filter": "Filter",
"reload": "Reload",
"anErrorOccured": "An error occured",
"diary": "Diary",
"filters": {
"difficulty": "Difficulty",
"practices": "Practice",
Expand Down
1 change: 0 additions & 1 deletion frontend/src/translations/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
"filter": "Filtrar",
"reload": "Volver a cargar",
"anErrorOccured": "Se ha producido un error",
"diary": "Diario",
"filters": {
"difficulty": "Dificultad",
"practices": "Excursiones",
Expand Down
1 change: 0 additions & 1 deletion frontend/src/translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
"filter": "Filtrer",
"reload": "Recharger",
"anErrorOccured": "Une erreur est survenue",
"diary": "Agenda",
"filters": {
"difficulty": "Difficulté",
"practices": "Randonnées",
Expand Down
1 change: 0 additions & 1 deletion frontend/src/translations/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
"filter": "Filtro",
"reload": "Ricaricare",
"anErrorOccured": "C'è stato un errore",
"diary": "Diario",
"filters": {
"difficulty": "Difficoltà",
"practices": "Escursioni",
Expand Down

0 comments on commit 71d8fa9

Please sign in to comment.