summaryrefslogtreecommitdiff
path: root/app/services
diff options
context:
space:
mode:
authorvictorwu <victor@gitlab.com>2016-12-15 13:54:43 -0600
committervictorwu <victor@gitlab.com>2016-12-26 08:31:24 -0500
commit8cc5333420230d6a6f0a2c9844af9a1f1dc955ec (patch)
tree78a8096c8ce5adc1e39f84cf94daeea94c497805 /app/services
parentee5cc454d78f0f244fb99f0ec3f5060fd1905c48 (diff)
downloadgitlab-ce-8cc5333420230d6a6f0a2c9844af9a1f1dc955ec.tar.gz
Replace wording for slash command confirmation message
Diffstat (limited to 'app/services')
-rw-r--r--app/services/notes/create_service.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/services/notes/create_service.rb b/app/services/notes/create_service.rb
index d75592e31f3..1beca9f4109 100644
--- a/app/services/notes/create_service.rb
+++ b/app/services/notes/create_service.rb
@@ -41,7 +41,7 @@ module Notes
# We must add the error after we call #save because errors are reset
# when #save is called
if only_commands
- note.errors.add(:commands_only, 'Your commands have been executed!')
+ note.errors.add(:commands_only, 'Commands applied')
end
note.commands_changes = command_params.keys