Skip to content
代码片段 群组 项目
提交 9a4d3eb0 编辑于 作者: Amber Parker's avatar Amber Parker
浏览文件

Removing full stop from Learn More link

上级 7299a68e
No related branches found
No related tags found
无相关合并请求
......@@ -96,7 +96,7 @@ export default {
},
{
value: KEY_CUSTOM,
text: s__('PipelineScheduleIntervalPattern|Custom (%{linkStart}Learn more.%{linkEnd})'),
text: s__('PipelineScheduleIntervalPattern|Custom (%{linkStart}Learn more%{linkEnd}.)'),
link: this.cronSyntaxUrl,
},
];
......@@ -168,9 +168,7 @@ export default {
>
<gl-sprintf v-if="option.link" :message="option.text">
<template #link="{ content }">
<gl-link :href="option.link" target="_blank" class="gl-font-sm">
{{ content }}
</gl-link>
<gl-link :href="option.link" target="_blank" class="gl-font-sm">{{ content }}</gl-link>
</template>
</gl-sprintf>
......
......@@ -33660,7 +33660,7 @@ msgstr ""
msgid "PipelineGraph|What is a downstream pipeline?"
msgstr ""
 
msgid "PipelineScheduleIntervalPattern|Custom (%{linkStart}Learn more.%{linkEnd})"
msgid "PipelineScheduleIntervalPattern|Custom (%{linkStart}Learn more%{linkEnd}.)"
msgstr ""
 
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', () => {
'Every day (at 4:00am)',
'Every week (Monday 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.
先完成此消息的编辑!
想要评论请 注册