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:
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