Skip to content
代码片段 群组 项目
提交 1a30c2df 编辑于 作者: Miguel Rincon's avatar Miguel Rincon
浏览文件

Update warning when disabling group shared runners

In 16.2 enabling/disabling shared runners in parent group enables
recursively shared runners in all sub-groups and sub-projects. This
change updates the warning text to indicate the change.

Changelog: changed
上级 7abd501a
No related branches found
No related tags found
无相关合并请求
import { __, s__ } from '~/locale';
export const I18N_CONFIRM_MESSAGE = s__(
'Runners|Shared runners will be disabled for all projects and subgroups in this group. If you proceed, you must manually re-enable shared runners in the settings of each project and subgroup.',
'Runners|Shared runners will be disabled for all projects and subgroups in this group.',
);
export const I18N_CONFIRM_OK = s__('Runners|Yes, disable shared runners');
export const I18N_CONFIRM_CANCEL = s__('Runners|No, keep shared runners enabled');
......
......@@ -41799,7 +41799,7 @@ msgstr ""
msgid "Runners|Shared runners are disabled."
msgstr ""
 
msgid "Runners|Shared runners will be disabled for all projects and subgroups in this group. If you proceed, you must manually re-enable shared runners in the settings of each project and subgroup."
msgid "Runners|Shared runners will be disabled for all projects and subgroups in this group."
msgstr ""
 
msgid "Runners|Show only inherited"
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册