Add reminder about commenting after changing tags

This commit is contained in:
Anton Khorev 2024-11-09 14:04:30 +03:00
parent 8294fd46f0
commit 2b5af63895
2 changed files with 5 additions and 0 deletions

View file

@ -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>

View file

@ -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} ?"