From 211045487fc478c702197be5a8dc1485fd4225eb Mon Sep 17 00:00:00 2001
From: "Alan (Maciej) Paruszewski" <mparuszewski@gitlab.com>
Date: Tue, 29 Oct 2024 23:08:13 +0100
Subject: [PATCH] Modify text for scheduled policy scan concurrency

Changelog: changed
EE: true
---
 .../_security_policy_scheduled_scans_max_concurrency.html.haml  | 2 +-
 locale/gitlab.pot                                               | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ee/app/views/admin/application_settings/_security_policy_scheduled_scans_max_concurrency.html.haml b/ee/app/views/admin/application_settings/_security_policy_scheduled_scans_max_concurrency.html.haml
index 632194f3b01b6..1ed2b56de7626 100644
--- a/ee/app/views/admin/application_settings/_security_policy_scheduled_scans_max_concurrency.html.haml
+++ b/ee/app/views/admin/application_settings/_security_policy_scheduled_scans_max_concurrency.html.haml
@@ -1,5 +1,5 @@
 - return unless License.current&.ultimate?
 
 .form-group
-  = form.label :security_policy_scheduled_scans_max_concurrency, s_('SecurityOrchestration|Security policy scheduled scans maximum concurrency'), class: 'label-bold'
+  = form.label :security_policy_scheduled_scans_max_concurrency, s_('SecurityOrchestration|Security policy scheduled scans maximum top-level group concurrency'), class: 'label-bold'
   = form.number_field :security_policy_scheduled_scans_max_concurrency, class: 'form-control gl-form-input'
diff --git a/locale/gitlab.pot b/locale/gitlab.pot
index e4c530fc7f740..0eed189a36f8f 100644
--- a/locale/gitlab.pot
+++ b/locale/gitlab.pot
@@ -49960,7 +49960,7 @@ msgstr ""
 msgid "SecurityOrchestration|Security policy projects store your organization's security policies. They are identified when policies are created, or when a project is linked as a security policy project. %{linkStart}Learn more%{linkEnd}."
 msgstr ""
 
-msgid "SecurityOrchestration|Security policy scheduled scans maximum concurrency"
+msgid "SecurityOrchestration|Security policy scheduled scans maximum top-level group concurrency"
 msgstr ""
 
 msgid "SecurityOrchestration|SecurityOrchestration|Scan execution policies with more than %{maxCount} actions detected. Those policies will not work after GitLab 18.0 (May 15, 2025). Before then you must edit these policies to reduce the number of actions."
-- 
GitLab