Commit 8c59237a authored by Miguel Rincon's avatar Miguel Rincon

Merge branch '299468-update-compliance-empty-state-text' into 'master'

Update compliance dashboard empty state

See merge request gitlab-org/gitlab!64936
parents 4f502f7e 92278867
...@@ -16,7 +16,7 @@ export default { ...@@ -16,7 +16,7 @@ export default {
strings: { strings: {
heading: __("A merge request hasn't yet been merged"), heading: __("A merge request hasn't yet been merged"),
subheading: __( 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'), documentation: __('View documentation'),
}, },
......
...@@ -34,7 +34,7 @@ describe('EmptyState component', () => { ...@@ -34,7 +34,7 @@ describe('EmptyState component', () => {
it('sets the description', () => { it('sets the description', () => {
expect(emptyStateProp('description')).toBe( 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 "" ...@@ -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." 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 "" 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 "" 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}." 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