Commit 92278867 authored by Jiaan Louw's avatar Jiaan Louw Committed by Jiaan Louw

Update compliance dashboard empty state

Update the empty state text of the compliance dashboard.

Changelog: changed
EE: true
parent d3912213
......@@ -16,7 +16,7 @@ export default {
strings: {
heading: __("A merge request hasn't yet been merged"),
subheading: __(
"The Compliance Dashboard gives you the ability to see a group's merge request activity by providing a high-level view for all projects in the group.",
'The Compliance Report captures merged changes that violate compliance best practices.',
),
documentation: __('View documentation'),
},
......
......@@ -34,7 +34,7 @@ describe('EmptyState component', () => {
it('sets the description', () => {
expect(emptyStateProp('description')).toBe(
"The Compliance Dashboard gives you the ability to see a group's merge request activity by providing a high-level view for all projects in the group.",
'The Compliance Report captures merged changes that violate compliance best practices.',
);
});
});
......
......@@ -32113,7 +32113,7 @@ msgstr ""
msgid "The Advanced Search in GitLab is a powerful search service that saves you time. Instead of creating duplicate code and wasting time, you can now search for code within other teams that can help your own project."
msgstr ""
msgid "The Compliance Dashboard gives you the ability to see a group's merge request activity by providing a high-level view for all projects in the group."
msgid "The Compliance Report captures merged changes that violate compliance best practices."
msgstr ""
msgid "The GitLab subscription service (customers.gitlab.com) is currently experiencing an outage. You can monitor the status and get updates at %{linkStart}status.gitlab.com%{linkEnd}."
......
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