Skip to content
代码片段 群组 项目
提交 4bcedcc1 编辑于 作者: Rahul Chanila's avatar Rahul Chanila
浏览文件

Merge branch 'move-full-stop-414676' into 'master'

No related branches found
No related tags found
无相关合并请求
...@@ -96,7 +96,7 @@ export default { ...@@ -96,7 +96,7 @@ export default {
}, },
{ {
value: KEY_CUSTOM, value: KEY_CUSTOM,
text: s__('PipelineScheduleIntervalPattern|Custom (%{linkStart}Learn more.%{linkEnd})'), text: s__('PipelineScheduleIntervalPattern|Custom (%{linkStart}Learn more%{linkEnd}.)'),
link: this.cronSyntaxUrl, link: this.cronSyntaxUrl,
}, },
]; ];
...@@ -168,9 +168,7 @@ export default { ...@@ -168,9 +168,7 @@ export default {
> >
<gl-sprintf v-if="option.link" :message="option.text"> <gl-sprintf v-if="option.link" :message="option.text">
<template #link="{ content }"> <template #link="{ content }">
<gl-link :href="option.link" target="_blank" class="gl-font-sm"> <gl-link :href="option.link" target="_blank" class="gl-font-sm">{{ content }}</gl-link>
{{ content }}
</gl-link>
</template> </template>
</gl-sprintf> </gl-sprintf>
......
...@@ -33728,7 +33728,7 @@ msgstr "" ...@@ -33728,7 +33728,7 @@ msgstr ""
msgid "PipelineGraph|What is a downstream pipeline?" msgid "PipelineGraph|What is a downstream pipeline?"
msgstr "" msgstr ""
   
msgid "PipelineScheduleIntervalPattern|Custom (%{linkStart}Learn more.%{linkEnd})" msgid "PipelineScheduleIntervalPattern|Custom (%{linkStart}Learn more%{linkEnd}.)"
msgstr "" msgstr ""
   
msgid "PipelineSchedules|A scheduled pipeline starts automatically at regular intervals, like daily or weekly. The pipeline: " msgid "PipelineSchedules|A scheduled pipeline starts automatically at regular intervals, like daily or weekly. The pipeline: "
...@@ -132,7 +132,7 @@ describe('Interval Pattern Input Component', () => { ...@@ -132,7 +132,7 @@ describe('Interval Pattern Input Component', () => {
'Every day (at 4:00am)', 'Every day (at 4:00am)',
'Every week (Monday at 4:00am)', 'Every week (Monday at 4:00am)',
'Every month (Day 1 at 4:00am)', 'Every month (Day 1 at 4:00am)',
'Custom ( Learn more. )', 'Custom (Learn more.)',
]); ]);
}); });
}); });
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册