diff --git a/app/views/decidim/accountability/results/_filters.html.erb b/app/views/decidim/accountability/results/_filters.html.erb index 17cfdad..72c8e97 100644 --- a/app/views/decidim/accountability/results/_filters.html.erb +++ b/app/views/decidim/accountability/results/_filters.html.erb @@ -1,54 +1,36 @@ -<%= filter_form_for filter do |form| %> -
<%= heading_parent_level_results(results.total_count) %>
+<%= heading_parent_level_results(results.total_count) %>
diff --git a/config/locales/en.yml b/config/locales/en.yml index 4e1b06e..3923b85 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -88,13 +88,18 @@ en: one: Found 1 project other: "Found %{count} projects" filters: - category: Category - category_prompt: Choose category + category: Theme + categories_values: + all: All themes + label: Project search open: Open related_to: Related to reset: Clear filters scope: Area + scopes_values: + all: All areas search: Search + term: Keyword title: Search projects filters_small_view: close_modal: Close modal diff --git a/config/locales/fi.yml b/config/locales/fi.yml index f317135..dc95d88 100644 --- a/config/locales/fi.yml +++ b/config/locales/fi.yml @@ -88,13 +88,18 @@ fi: one: Löytyi 1 hanke other: "Löytyi %{count} hanketta" filters: - category: Aihepiiri - category_prompt: Valitse aihepiiri + category: Teema + categories_values: + all: Kaikki teemat + label: Hankkeiden haku open: Avaa related_to: Liittyy reset: Tyhjennä rajaukset scope: Alue + scopes_values: + all: Kaikki alueet search: Hae + term: Hakusana title: Etsi hankkeista filters_small_view: close_modal: Sulje ikkuna diff --git a/config/locales/sv.yml b/config/locales/sv.yml index fe9775e..abd76a6 100644 --- a/config/locales/sv.yml +++ b/config/locales/sv.yml @@ -88,13 +88,18 @@ sv: one: Hittade 1 projekt other: "Hittade %{count} projekt" filters: - category: Kategori - category_prompt: Välj kategori + category: Tema + categories_values: + all: Alla teman + label: Projektsökning open: Öppna related_to: Relaterade till reset: Rensa filter scope: Område + scopes_values: + all: Alla områden search: Sök + term: Nyckelord title: Sök projekt filters_small_view: close_modal: Stäng fönster