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 a2aa0c84ee4..7603fe0ab2d 100644
--- a/app/graphql/mutations/merge_requests/set_wip.rb
+++ b/app/graphql/mutations/merge_requests/set_wip.rb
@@ -8,7 +8,7 @@ module Mutations
argument :wip,
GraphQL::BOOLEAN_TYPE,
required: true,
- description: <<~DESC
+ description: _(<<~DESC)
Whether or not to set the merge request as a WIP.
DESC