summaryrefslogtreecommitdiff
path: root/app/graphql/mutations/merge_requests/set_wip.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/graphql/mutations/merge_requests/set_wip.rb')
-rw-r--r--app/graphql/mutations/merge_requests/set_wip.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/graphql/mutations/merge_requests/set_wip.rb b/app/graphql/mutations/merge_requests/set_wip.rb
index 0b5c20de377..beb042ce93f 100644
--- a/app/graphql/mutations/merge_requests/set_wip.rb
+++ b/app/graphql/mutations/merge_requests/set_wip.rb
@@ -9,7 +9,7 @@ module Mutations
GraphQL::BOOLEAN_TYPE,
required: true,
description: <<~DESC
- Whether or not to set the merge request as a WIP.
+ Whether or not to set the merge request as a draft.
DESC
def resolve(project_path:, iid:, wip: nil)