Commit 08d4ceb6 authored by Brandon Labuschagne's avatar Brandon Labuschagne

Update docs link copy

parent a36d6df2
......@@ -73,7 +73,7 @@ export default {
<template #description>
<p class="gl-mb-0">{{ __('It may be several days before you see feature usage data.') }}</p>
<gl-link :href="devopsReportDocsPath">{{
__('Our documentation includes an example DevOps Score report.')
__('See example DevOps Score page in our documentation.')
}}</gl-link>
</template>
</gl-empty-state>
......
......@@ -28810,6 +28810,9 @@ msgstr ""
msgid "SecurityReports|Your feedback is important to us! We will ask again in a week."
msgstr ""
msgid "See example DevOps Score page in our documentation."
msgstr ""
msgid "See metrics"
msgstr ""
......
......@@ -43,7 +43,7 @@ describe('DevopsScore', () => {
it('displays the correct message', () => {
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.',
);
});
......
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