diff --git a/decidim-proposals/app/views/decidim/proposals/proposals/index.html.erb b/decidim-proposals/app/views/decidim/proposals/proposals/index.html.erb index efdaa7df6cf4b..21b8ccceed57e 100644 --- a/decidim-proposals/app/views/decidim/proposals/proposals/index.html.erb +++ b/decidim-proposals/app/views/decidim/proposals/proposals/index.html.erb @@ -1,6 +1,6 @@ <% add_decidim_meta_tags( description: translated_attribute(current_participatory_space.short_description), - title: t("decidim.proposals.pagination.page_title", + title: t("decidim.components.pagination.page_title", component_name: component_name, current_page: @proposals.current_page, total_pages: @proposals.total_pages ), diff --git a/decidim-proposals/config/locales/en.yml b/decidim-proposals/config/locales/en.yml index 186d54ea42a55..80e47e8e02b25 100644 --- a/decidim-proposals/config/locales/en.yml +++ b/decidim-proposals/config/locales/en.yml @@ -150,6 +150,8 @@ en: geocoding: not_configured: Geocoding is not configured! components: + pagination: + page_title: "%{component_name} - Page %{current_page} of %{total_pages}" proposals: actions: amend: Amend @@ -895,8 +897,6 @@ en: title: Status new: limit_reached: You cannot create new proposals since you have exceeded the limit. - pagination: - page_title: "%{component_name} - Page %{current_page} of %{total_pages}" participatory_text_proposal: alternative_title: There are no participatory texts at the moment buttons: