Commit d0510240 authored by Ezekiel Kigbo's avatar Ezekiel Kigbo

Merge branch '346370-locked-tooltip' into 'master'

Update "locked" tooltips and text

See merge request gitlab-org/gitlab!83588
parents b2e8b34a 7e3c2e3b
...@@ -138,7 +138,11 @@ export default { ...@@ -138,7 +138,11 @@ export default {
> >
{{ __('Lock to current projects') }} {{ __('Lock to current projects') }}
<template #help> <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> </template>
</gl-form-checkbox> </gl-form-checkbox>
......
...@@ -55,7 +55,9 @@ export const I18N_DELETE_DISABLED_UNKNOWN_REASON = s__( ...@@ -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_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 // Runner details
......
...@@ -32438,6 +32438,9 @@ msgstr "" ...@@ -32438,6 +32438,9 @@ msgstr ""
msgid "Runners|Runner has never contacted this instance" msgid "Runners|Runner has never contacted this instance"
msgstr "" 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" msgid "Runners|Runner is offline; last contact was %{runner_contact} ago"
msgstr "" msgstr ""
...@@ -32528,7 +32531,7 @@ msgstr "" ...@@ -32528,7 +32531,7 @@ msgstr ""
msgid "Runners|Use the runner for jobs without tags, in addition to tagged jobs." msgid "Runners|Use the runner for jobs without tags, in addition to tagged jobs."
msgstr "" 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 "" msgstr ""
msgid "Runners|Use the runner on pipelines for protected branches only." msgid "Runners|Use the runner on pipelines for protected branches only."
...@@ -32555,9 +32558,6 @@ msgstr "" ...@@ -32555,9 +32558,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." msgid "Runners|You can set up a specific runner to be used by multiple projects but you cannot make this a shared runner."
msgstr "" 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." msgid "Runners|You have used %{quotaUsed} out of %{quotaLimit} of your shared Runners pipeline minutes."
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