summaryrefslogtreecommitdiff
path: root/app/controllers
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-01-22 14:20:34 -0700
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-01-29 14:38:36 -0700
commitaf6aaf39f996e888ecfc536a42f25610623f6e02 (patch)
tree9cffe137933cb1b2147d0780624adfa04799dd97 /app/controllers
parentbb8490b018bda7327a82e8ed38d3f1d60c9b4c39 (diff)
downloadgitlab-ce-af6aaf39f996e888ecfc536a42f25610623f6e02.tar.gz
Change delete notice; update mobile styles
Diffstat (limited to 'app/controllers')
-rw-r--r--app/controllers/groups/labels_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/groups/labels_controller.rb b/app/controllers/groups/labels_controller.rb
index dda59262483..f3a9e591c3e 100644
--- a/app/controllers/groups/labels_controller.rb
+++ b/app/controllers/groups/labels_controller.rb
@@ -54,7 +54,7 @@ class Groups::LabelsController < Groups::ApplicationController
respond_to do |format|
format.html do
- redirect_to group_labels_path(@group), status: 302, notice: 'Label was removed'
+ redirect_to group_labels_path(@group), status: 302, notice: "#{@label.name} deleted permanently"
end
format.js
end