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 569aeafb0774788b1f7bd4fe02d7b15899d5c028..2690f06f6e57c982d368dcc691b927e9ee4d8956 100644 --- a/locale/gitlab.pot +++ b/locale/gitlab.pot @@ -24956,7 +24956,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}."