Add reminder about commenting after changing tags
This commit is contained in:
parent
8294fd46f0
commit
2b5af63895
2 changed files with 5 additions and 0 deletions
|
@ -2,6 +2,10 @@
|
|||
<h1><%= t ".heading" %></h1>
|
||||
<% end %>
|
||||
|
||||
<div class="alert alert-warning">
|
||||
<%= t ".comment_warning" %>
|
||||
</div>
|
||||
|
||||
<h2><%= t ".changeset_html", :id => link_to(@changeset.id, @changeset) %></h2>
|
||||
|
||||
<p><%= changeset_details(@changeset) %></p>
|
||||
|
|
|
@ -477,6 +477,7 @@ en:
|
|||
show:
|
||||
heading: Manage changeset tags
|
||||
changeset_html: "Changeset: %{id}"
|
||||
comment_warning: Remember to add a comment to the changeset after modifying its tags. This ensures that the changes you made are replicated.
|
||||
tag:
|
||||
delete: "Delete"
|
||||
confirm_delete: "Delete the tag %{k}=%{v} ?"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue