From 6e6ae00ee1c7e00173cff4ee5bfda90816922304 Mon Sep 17 00:00:00 2001
From: Miguel Rincon <mrincon@gitlab.com>
Date: Thu, 11 Apr 2024 13:02:29 +0200
Subject: [PATCH] Update help text for runner registration tokens setting

---
 app/views/groups/runners/_settings.html.haml | 2 +-
 locale/gitlab.pot                            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app/views/groups/runners/_settings.html.haml b/app/views/groups/runners/_settings.html.haml
index 6269ca2bbbdc..7b58a46162c7 100644
--- a/app/views/groups/runners/_settings.html.haml
+++ b/app/views/groups/runners/_settings.html.haml
@@ -12,4 +12,4 @@
     = render Pajamas::ToggleComponent.new(classes: 'js-allow-runner-registration-token-toggle',
       label: s_("GroupSettings|Allow members of projects and groups to create runners with runner registration tokens"),
       is_checked: @group.allow_runner_registration_token?) do
-      = s_("GroupSettings|When disabled, members will not be able to register runners using runner registration tokens. They can instead use runner authentication tokens as a more secure runner registration method.")
+      = s_("GroupSettings|When disabled, members cannot use runner registration tokens to register runners. Members can use runner authentication tokens instead as the more secure registration method.")
diff --git a/locale/gitlab.pot b/locale/gitlab.pot
index ba2bd605d692..69ff68a3bbda 100644
--- a/locale/gitlab.pot
+++ b/locale/gitlab.pot
@@ -24953,7 +24953,7 @@ msgstr ""
 msgid "GroupSettings|What is Insights?"
 msgstr ""
 
-msgid "GroupSettings|When disabled, members will not be able to register runners using runner registration tokens. They can instead use runner authentication tokens as a more secure runner registration method."
+msgid "GroupSettings|When disabled, members cannot use runner registration tokens to register runners. Members can use runner authentication tokens instead as the more secure registration method."
 msgstr ""
 
 msgid "GroupSettings|When you enable any of these features, you accept the %{link_start}GitLab Testing Agreement%{link_end}."
-- 
GitLab