Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRubén Dávila <rdavila84@gmail.com>2016-02-08 23:37:27 +0300
committerRobert Speicher <rspeicher@gmail.com>2016-02-19 21:14:52 +0300
commita28eef1d1a871c14142d01f1ef8c76660da34c21 (patch)
treedbf503b472f2ecb09ad0d7d0af69ea166604344d /app/services/commits/revert_service.rb
parent38752d159d4f7c06d374666f95fd52864449d838 (diff)
Update copy and URLs used when reverting MRs.
Diffstat (limited to 'app/services/commits/revert_service.rb')
-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