diff --git a/app/views/groups/runners/_settings.html.haml b/app/views/groups/runners/_settings.html.haml
index 6269ca2bbbdcd9288db56e8f39f0a4339028aaf9..7b58a46162c7364b73875ea793446eead540bc26 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 ba2bd605d69234d8d2ab9c54dde858d387203da1..69ff68a3bbdab510ed34ed580e4c3e4e17627abf 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}."