Commit 7e3c2e3b authored by Miguel Rincon's avatar Miguel Rincon

Update "locked" tooltips and text

Changelog: changed
parent 0a6ec0fe
......@@ -138,7 +138,11 @@ export default {
>
{{ __('Lock to current projects') }}
<template #help>
{{ s__('Runners|Use the runner for the currently assigned projects only.') }}
{{
s__(
'Runners|Use the runner for the currently assigned projects only. Only administrators can change the assigned projects.',
)
}}
</template>
</gl-form-checkbox>
......
......@@ -55,7 +55,9 @@ export const I18N_DELETE_DISABLED_UNKNOWN_REASON = s__(
);
export const I18N_DELETED_TOAST = s__('Runners|Runner %{name} was deleted');
export const I18N_LOCKED_RUNNER_DESCRIPTION = s__('Runners|You cannot assign to other projects');
export const I18N_LOCKED_RUNNER_DESCRIPTION = s__(
'Runners|Runner is locked and available for currently assigned projects only. Only administrators can change the assigned projects.',
);
// Runner details
......
......@@ -32394,6 +32394,9 @@ msgstr ""
msgid "Runners|Runner has never contacted this instance"
msgstr ""
msgid "Runners|Runner is locked and available for currently assigned projects only. Only administrators can change the assigned projects."
msgstr ""
msgid "Runners|Runner is offline; last contact was %{runner_contact} ago"
msgstr ""
......@@ -32484,7 +32487,7 @@ 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."
msgid "Runners|Use the runner for the currently assigned projects only. Only administrators can change the assigned projects."
msgstr ""
msgid "Runners|Use the runner on pipelines for protected branches only."
......@@ -32511,9 +32514,6 @@ msgstr ""
msgid "Runners|You can set up a specific runner to be used by multiple projects but you cannot make this a shared runner."
msgstr ""
msgid "Runners|You cannot assign to other projects"
msgstr ""
msgid "Runners|You have used %{quotaUsed} out of %{quotaLimit} of your shared Runners pipeline minutes."
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