Merge pull request #5084 from consul/check-translations-keys
Remove duplicate keys
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<table>
|
||||
<thead>
|
||||
<th class="text-center"><%= t("admin.debates.index.id") %></th>
|
||||
<th><%= t("admin.debates.index.title") %></th>
|
||||
<th><%= Debate.human_attribute_name(:title) %></th>
|
||||
<th><%= t("admin.debates.index.author") %></th>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="text-center"><%= t("admin.legislation.proposals.index.id") %></th>
|
||||
<th><%= t("admin.legislation.proposals.index.title") %></th>
|
||||
<th><%= Legislation::Proposal.human_attribute_name(:title) %></th>
|
||||
<th class="text-center"><%= t("admin.legislation.proposals.index.supports") %></th>
|
||||
<th><%= t("admin.proposals.index.selected") %></th>
|
||||
</tr>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="text-center"><%= t("admin.proposals.index.id") %></th>
|
||||
<th><%= t("admin.proposals.index.title") %></th>
|
||||
<th><%= Proposal.human_attribute_name(:title) %></th>
|
||||
<th><%= t("admin.proposals.index.author") %></th>
|
||||
<th><%= t("admin.proposals.index.milestones") %></th>
|
||||
<th><%= t("admin.proposals.index.selected") %></th>
|
||||
|
||||
@@ -619,7 +619,6 @@ en:
|
||||
title: Proposals
|
||||
back: Back
|
||||
id: Id
|
||||
title: Title
|
||||
supports: Total supports
|
||||
form:
|
||||
custom_categories: Categories
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user