We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08e6ccc commit 32de29cCopy full SHA for 32de29c
app/views/data/tags.html.erb
@@ -62,7 +62,7 @@
62
<em>Loading <%= content_type.name %> name...</em>
63
</span>
64
<% end %>
65
- <%= link_to destroy_specific_tag_path(page_tag), method: :delete, class: 'tooltipped', data: { tooltip: 'Remove this tag' }, remote: true do %>
+ <%= link_to destroy_specific_tag_path(page_tag), method: :delete, class: 'tooltipped', data: { tooltip: 'Remove this tag from this page' }, remote: true do %>
66
<i class="close material-icons">close</i>
67
68
</div>
0 commit comments