diff --git a/app/views/admin/debates/index.html.erb b/app/views/admin/debates/index.html.erb index 0d3afd507..63e601aad 100644 --- a/app/views/admin/debates/index.html.erb +++ b/app/views/admin/debates/index.html.erb @@ -12,7 +12,7 @@ - + diff --git a/app/views/admin/legislation/proposals/_proposals.html.erb b/app/views/admin/legislation/proposals/_proposals.html.erb index b884120ed..264f92cda 100644 --- a/app/views/admin/legislation/proposals/_proposals.html.erb +++ b/app/views/admin/legislation/proposals/_proposals.html.erb @@ -7,7 +7,7 @@ - + diff --git a/app/views/admin/proposals/index.html.erb b/app/views/admin/proposals/index.html.erb index 2c62d0c25..5cad75632 100644 --- a/app/views/admin/proposals/index.html.erb +++ b/app/views/admin/proposals/index.html.erb @@ -13,7 +13,7 @@ - + diff --git a/config/locales/en/admin.yml b/config/locales/en/admin.yml index 4ed87723a..07ba09c9a 100644 --- a/config/locales/en/admin.yml +++ b/config/locales/en/admin.yml @@ -619,7 +619,6 @@ en: title: Proposals back: Back id: Id - title: Title supports: Total supports form: custom_categories: Categories diff --git a/config/locales/en/images.yml b/config/locales/en/images.yml index 02ee8d843..155056604 100644 --- a/config/locales/en/images.yml +++ b/config/locales/en/images.yml @@ -7,7 +7,6 @@ en: delete_button: Remove image note: "You can upload one image of following content types: %{accepted_content_types}, up to %{max_file_size} MB." add_new_image: Add image - title_placeholder: Add a descriptive title for the image actions: destroy: notice: Image was deleted successfully.
<%= t("admin.debates.index.id") %><%= t("admin.debates.index.title") %><%= Debate.human_attribute_name(:title) %> <%= t("admin.debates.index.author") %>
<%= t("admin.legislation.proposals.index.id") %><%= t("admin.legislation.proposals.index.title") %><%= Legislation::Proposal.human_attribute_name(:title) %> <%= t("admin.legislation.proposals.index.supports") %> <%= t("admin.proposals.index.selected") %>
<%= t("admin.proposals.index.id") %><%= t("admin.proposals.index.title") %><%= Proposal.human_attribute_name(:title) %> <%= t("admin.proposals.index.author") %> <%= t("admin.proposals.index.milestones") %> <%= t("admin.proposals.index.selected") %>