diff --git a/app/views/komponenty/search-filter.njk b/app/views/komponenty/search-filter.njk index 913f827bf3..05c49d159c 100644 --- a/app/views/komponenty/search-filter.njk +++ b/app/views/komponenty/search-filter.njk @@ -65,7 +65,7 @@ "group": 1, "id": "tema", "isRadio": true, - "searchInputTitle": "Filter téma", + "searchInputTitle": "Filter podľa témy", "searchInputId": "idsk-search-input__topic", "radios": [ { @@ -96,7 +96,7 @@ "id": "podtema", "isRadio": true, "isSubtopic": true, - "searchInputTitle": "Filter podtéma", + "searchInputTitle": "Filter podľa podtémy", "searchInputId": "idsk-search-input__subtopic", "radios": [ { @@ -173,7 +173,7 @@ "isCheckBox": true, "filterClass": "idsk-search-results__content-type-filter", "searchInputId": "idsk-search-input__content-type", - "searchInputTitle": "Filter typ obsahu", + "searchInputTitle": "Filter podľa typu obsahu", "checkBoxItems": [ { "value": "Rozvoj-regiónov", diff --git a/src/idsk/components/search-results-filter/search-results-filter.yaml b/src/idsk/components/search-results-filter/search-results-filter.yaml index 785212dcea..1b2d2820c9 100644 --- a/src/idsk/components/search-results-filter/search-results-filter.yaml +++ b/src/idsk/components/search-results-filter/search-results-filter.yaml @@ -92,7 +92,7 @@ examples: id: 'tema' isRadio: true searchInputId: idsk-search-input__topic - searchInputTitle: Filter téma + searchInputTitle: Filter podľa témy radios: - name: Eurofondy value: Eurofondy @@ -110,7 +110,7 @@ examples: isRadio: true isSubtopic: true searchInputId: idsk-search-input__subtopic - searchInputTitle: Filter podtéma + searchInputTitle: Filter podľa podtémy radios: - name: Výzvy pre rozvoj regiónov value: Výzvy-pre-rozvoj-regiónov @@ -140,7 +140,7 @@ examples: isCheckBox: true filterClass: idsk-search-results__content-type-filter searchInputId: idsk-search-input__content-type - searchInputTitle: Filter typ obsahu + searchInputTitle: Filter podľa obsahu checkBoxItems: - value: Rozvoj regiónov text: Rozvoj regiónov diff --git a/src/idsk/components/search-results-filter/template.njk b/src/idsk/components/search-results-filter/template.njk index bcd017046b..61efb326a5 100644 --- a/src/idsk/components/search-results-filter/template.njk +++ b/src/idsk/components/search-results-filter/template.njk @@ -12,7 +12,7 @@
{% if item.isRadio %} {% if item.radios.length > 10 %} - + {% endif %} {% from "../../components/customer-surveys-radios/macro.njk" import idskCustomerSurveysRadios %} {{ idskCustomerSurveysRadios({