Skip to content
代码片段 群组 项目
提交 08d4ceb6 编辑于 作者: Brandon Labuschagne's avatar Brandon Labuschagne
浏览文件

Update docs link copy

上级 a36d6df2
No related branches found
No related tags found
无相关合并请求
...@@ -73,7 +73,7 @@ export default { ...@@ -73,7 +73,7 @@ export default {
<template #description> <template #description>
<p class="gl-mb-0">{{ __('It may be several days before you see feature usage data.') }}</p> <p class="gl-mb-0">{{ __('It may be several days before you see feature usage data.') }}</p>
<gl-link :href="devopsReportDocsPath">{{ <gl-link :href="devopsReportDocsPath">{{
__('Our documentation includes an example DevOps Score report.') __('See example DevOps Score page in our documentation.')
}}</gl-link> }}</gl-link>
</template> </template>
</gl-empty-state> </gl-empty-state>
......
...@@ -28810,6 +28810,9 @@ msgstr "" ...@@ -28810,6 +28810,9 @@ msgstr ""
msgid "SecurityReports|Your feedback is important to us! We will ask again in a week." msgid "SecurityReports|Your feedback is important to us! We will ask again in a week."
msgstr "" msgstr ""
   
msgid "See example DevOps Score page in our documentation."
msgstr ""
msgid "See metrics" msgid "See metrics"
msgstr "" msgstr ""
   
......
...@@ -43,7 +43,7 @@ describe('DevopsScore', () => { ...@@ -43,7 +43,7 @@ describe('DevopsScore', () => {
it('displays the correct message', () => { it('displays the correct message', () => {
expect(findEmptyState().text()).toBe( expect(findEmptyState().text()).toBe(
'Data is still calculating... It may be several days before you see feature usage data. Our documentation includes an example DevOps Score report.', 'Data is still calculating... It may be several days before you see feature usage data. See example DevOps Score page in our documentation.',
); );
}); });
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册