Commit ce01eb60 authored by Miguel Rincon's avatar Miguel Rincon Committed by Mark Florian

Update help text in runner update form

Changelog: other
parent a8407791
...@@ -111,7 +111,7 @@ export default { ...@@ -111,7 +111,7 @@ export default {
> >
{{ __('Paused') }} {{ __('Paused') }}
<template #help> <template #help>
{{ __("Paused runners don't accept new jobs") }} {{ s__('Runners|Stop the runner from accepting new jobs.') }}
</template> </template>
</gl-form-checkbox> </gl-form-checkbox>
...@@ -123,14 +123,14 @@ export default { ...@@ -123,14 +123,14 @@ export default {
> >
{{ __('Protected') }} {{ __('Protected') }}
<template #help> <template #help>
{{ __('This runner will only run on pipelines triggered on protected branches') }} {{ s__('Runners|Use the runner on pipelines for protected branches only.') }}
</template> </template>
</gl-form-checkbox> </gl-form-checkbox>
<gl-form-checkbox v-model="model.runUntagged" data-testid="runner-field-run-untagged"> <gl-form-checkbox v-model="model.runUntagged" data-testid="runner-field-run-untagged">
{{ __('Run untagged jobs') }} {{ __('Run untagged jobs') }}
<template #help> <template #help>
{{ __('Indicates whether this runner can pick jobs without tags') }} {{ s__('Runners|Use the runner for jobs without tags, in addition to tagged jobs.') }}
</template> </template>
</gl-form-checkbox> </gl-form-checkbox>
...@@ -141,7 +141,7 @@ export default { ...@@ -141,7 +141,7 @@ export default {
> >
{{ __('Lock to current projects') }} {{ __('Lock to current projects') }}
<template #help> <template #help>
{{ __('When a runner is locked, it cannot be assigned to other projects') }} {{ s__('Runners|Use the runner for the currently assigned projects only.') }}
</template> </template>
</gl-form-checkbox> </gl-form-checkbox>
......
...@@ -28420,6 +28420,9 @@ msgstr "" ...@@ -28420,6 +28420,9 @@ msgstr ""
msgid "Runners|Something went wrong while fetching the tags suggestions" msgid "Runners|Something went wrong while fetching the tags suggestions"
msgstr "" msgstr ""
msgid "Runners|Stop the runner from accepting new jobs."
msgstr ""
msgid "Runners|Tags" msgid "Runners|Tags"
msgstr "" msgstr ""
...@@ -28441,6 +28444,15 @@ msgstr "" ...@@ -28441,6 +28444,15 @@ msgstr ""
msgid "Runners|Use Group runners when you want all projects in a group to have access to a set of runners." msgid "Runners|Use Group runners when you want all projects in a group to have access to a set of runners."
msgstr "" msgstr ""
msgid "Runners|Use the runner for jobs without tags, in addition to tagged jobs."
msgstr ""
msgid "Runners|Use the runner for the currently assigned projects only."
msgstr ""
msgid "Runners|Use the runner on pipelines for protected branches only."
msgstr ""
msgid "Runners|Value" msgid "Runners|Value"
msgstr "" msgstr ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment