summaryrefslogtreecommitdiff
path: root/app/services/commits
diff options
context:
space:
mode:
authorRubén Dávila <rdavila84@gmail.com>2016-02-08 15:37:27 -0500
committerRobert Speicher <rspeicher@gmail.com>2016-02-19 13:14:52 -0500
commita28eef1d1a871c14142d01f1ef8c76660da34c21 (patch)
treedbf503b472f2ecb09ad0d7d0af69ea166604344d /app/services/commits
parent38752d159d4f7c06d374666f95fd52864449d838 (diff)
downloadgitlab-ce-a28eef1d1a871c14142d01f1ef8c76660da34c21.tar.gz
Update copy and URLs used when reverting MRs.
Diffstat (limited to 'app/services/commits')
-rw-r--r--app/services/commits/revert_service.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/services/commits/revert_service.rb b/app/services/commits/revert_service.rb
index dd8a92a2d87..fa5262b47ef 100644
--- a/app/services/commits/revert_service.rb
+++ b/app/services/commits/revert_service.rb
@@ -14,7 +14,7 @@ module Commits
if commit
success
else
- error("Sorry, we cannot revert this commit automatically.
+ error("Sorry, we cannot revert this #{params[:revert_type_title]} automatically.
It may have already been reverted, or a more recent commit may
have updated some of its content.")
end