summaryrefslogtreecommitdiff
path: root/app/controllers/projects/application_controller.rb
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-12-08 22:30:40 +0100
committerDouwe Maan <douwe@gitlab.com>2015-12-08 22:30:40 +0100
commit57d71520bdc2ba79ba8182802cd944d4fb42a192 (patch)
tree0505c4ea7ce0a5ae53d9baeeedf0efac713b4e33 /app/controllers/projects/application_controller.rb
parent7aeb7077cb906933c59e5b890fd4027005e34d3d (diff)
downloadgitlab-ce-57d71520bdc2ba79ba8182802cd944d4fb42a192.tar.gz
Make tooltip less confusing
Diffstat (limited to 'app/controllers/projects/application_controller.rb')
-rw-r--r--app/controllers/projects/application_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/projects/application_controller.rb b/app/controllers/projects/application_controller.rb
index d3f926b62bc..eea41dbeeb1 100644
--- a/app/controllers/projects/application_controller.rb
+++ b/app/controllers/projects/application_controller.rb
@@ -21,7 +21,7 @@ class Projects::ApplicationController < ApplicationController
unless @repository.branch_names.include?(@ref)
redirect_to(
namespace_project_tree_path(@project.namespace, @project, @ref),
- notice: "This action is not allowed unless you are on top of a branch"
+ notice: "This action is not allowed unless you are on a branch"
)
end
end