diff --git a/app/views/admin/tags/index.html.erb b/app/views/admin/tags/index.html.erb index d8090aa4179..06d9e238584 100644 --- a/app/views/admin/tags/index.html.erb +++ b/app/views/admin/tags/index.html.erb @@ -32,7 +32,7 @@ as: :tag, html: { id: "edit_tag_#{tag.id}", class: "text-right"}) do |f| %> - <%= f.label :featured do %> + <%= f.label "featured_#{tag.id}" do %> <%= f.check_box :featured, label: false, id: "tag_featured_#{tag.id}", class: "left" %> <%= t("admin.tags.mark_as_featured") %> <% end %>