summaryrefslogtreecommitdiff
path: root/app/views/admin/labels
diff options
context:
space:
mode:
authorValery Sizov <vsv2711@gmail.com>2015-12-03 11:49:11 +0200
committerValery Sizov <vsv2711@gmail.com>2015-12-03 13:21:30 +0200
commitb871c38bf2ca23c915fd5ce55ecfb2245b53bbe3 (patch)
tree09c77aca3d14be9fddc7b2502cec14f224b35c5d /app/views/admin/labels
parent843df4edd4428a8fbd65905712fb97d19d597f15 (diff)
downloadgitlab-ce-b871c38bf2ca23c915fd5ce55ecfb2245b53bbe3.tar.gz
Fix failures in master
Diffstat (limited to 'app/views/admin/labels')
-rw-r--r--app/views/admin/labels/_label.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/labels/_label.html.haml b/app/views/admin/labels/_label.html.haml
index 596e06243dd..e3ccbf6c3a8 100644
--- a/app/views/admin/labels/_label.html.haml
+++ b/app/views/admin/labels/_label.html.haml
@@ -2,4 +2,4 @@
= render_colored_label(label)
.pull-right
= link_to 'Edit', edit_admin_label_path(label), class: 'btn btn-sm'
- = link_to 'Remove', admin_label_path(label), class: 'btn btn-sm btn-remove remove-row', method: :delete, remote: true, data: {confirm: "Remove this label? Are you sure?"}
+ = link_to 'Delete', admin_label_path(label), class: 'btn btn-sm btn-remove remove-row', method: :delete, remote: true, data: {confirm: "Delete this label? Are you sure?"}