From fcb5acb53a56d9ae6c7e81f8a3afcb309fb51e38 Mon Sep 17 00:00:00 2001 From: Johan Lorenzo Date: Thu, 28 Jul 2022 12:00:14 +0200 Subject: [PATCH] Bug 1781248 - part 5: Fix title of release promotion task --- taskcluster/fenix_taskgraph/release_promotion.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/taskcluster/fenix_taskgraph/release_promotion.py b/taskcluster/fenix_taskgraph/release_promotion.py index c9c9cf5bb..f4e03a786 100644 --- a/taskcluster/fenix_taskgraph/release_promotion.py +++ b/taskcluster/fenix_taskgraph/release_promotion.py @@ -28,9 +28,9 @@ def is_release_promotion_available(parameters): @register_callback_action( name="release-promotion", - title="Ship Fenix", + title="Release Promotion", symbol="${input.release_promotion_flavor}", - description="Ship Fenix", + description="Promote a release.", generic=False, order=500, context=[],