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:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-08-10 15:11:00 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-08-10 15:11:00 +0300
commit63c306d96043ff012510358037c19053a2102e8a (patch)
treebcb2874d81dc9b3748b37d250a83d9a91f8b38b0 /app/graphql/mutations/alert_management/update_alert_status.rb
parent5adf6557e251c047ed68bac28cfecf9491ee6b41 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/graphql/mutations/alert_management/update_alert_status.rb')
-rw-r--r--app/graphql/mutations/alert_management/update_alert_status.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/graphql/mutations/alert_management/update_alert_status.rb b/app/graphql/mutations/alert_management/update_alert_status.rb
index 67f8ba9118f..21566c7d66f 100644
--- a/app/graphql/mutations/alert_management/update_alert_status.rb
+++ b/app/graphql/mutations/alert_management/update_alert_status.rb
@@ -7,7 +7,7 @@ module Mutations
argument :status, Types::AlertManagement::StatusEnum,
required: true,
- description: 'The status to set the alert.'
+ description: 'Status to set the alert.'
def resolve(project_path:, iid:, status:)
alert = authorized_find!(project_path: project_path, iid: iid)