Skip to content

Commit 32de29c

Browse files
committed
verbiage
1 parent 08e6ccc commit 32de29c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/data/tags.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<em>Loading <%= content_type.name %> name...</em>
6363
</span>
6464
<% end %>
65-
<%= link_to destroy_specific_tag_path(page_tag), method: :delete, class: 'tooltipped', data: { tooltip: 'Remove this tag' }, remote: true do %>
65+
<%= link_to destroy_specific_tag_path(page_tag), method: :delete, class: 'tooltipped', data: { tooltip: 'Remove this tag from this page' }, remote: true do %>
6666
<i class="close material-icons">close</i>
6767
<% end %>
6868
</div>

0 commit comments

Comments
 (0)