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/graphql/mutations/work_items/delete_task.rb')
-rw-r--r--app/graphql/mutations/work_items/delete_task.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/graphql/mutations/work_items/delete_task.rb b/app/graphql/mutations/work_items/delete_task.rb
index 87620a28fa1..b1bfed0cbf1 100644
--- a/app/graphql/mutations/work_items/delete_task.rb
+++ b/app/graphql/mutations/work_items/delete_task.rb
@@ -6,8 +6,7 @@ module Mutations
graphql_name 'WorkItemDeleteTask'
description "Deletes a task in a work item's description." \
- ' Available only when feature flag `work_items` is enabled. This feature is experimental and' \
- ' is subject to change without notice.'
+ ' Available only when feature flag `work_items` is enabled.'
authorize :update_work_item