Commit a5fc36db authored by Rayana Verissimo's avatar Rayana Verissimo Committed by Nathan Friend

Add text indicating removing project affects operation dashboard

parent 3544bdf0
...@@ -163,7 +163,7 @@ export default { ...@@ -163,7 +163,7 @@ export default {
<gl-sprintf <gl-sprintf
:message=" :message="
s__( s__(
'EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}', 'EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project, and is linked to the Operations Dashboard. When you add or remove a project from one dashboard, GitLab adds or removes the project from the other. %{readMoreLink}',
) )
" "
> >
......
---
title: Update environment dashboard help text
merge_request: 39450
author:
type: fixed
...@@ -50,7 +50,7 @@ exports[`dashboard should match the snapshot 1`] = ` ...@@ -50,7 +50,7 @@ exports[`dashboard should match the snapshot 1`] = `
<p <p
class="mt-2 mb-4 js-page-limits-message" class="mt-2 mb-4 js-page-limits-message"
> >
This dashboard displays a maximum of 7 projects and 3 environments per project. This dashboard displays a maximum of 7 projects and 3 environments per project, and is linked to the Operations Dashboard. When you add or remove a project from one dashboard, GitLab adds or removes the project from the other.
<gl-link-stub <gl-link-stub
href="/help/user/operations_dashboard/index.html" href="/help/user/operations_dashboard/index.html"
rel="noopener noreferrer" rel="noopener noreferrer"
......
...@@ -76,7 +76,7 @@ describe('dashboard', () => { ...@@ -76,7 +76,7 @@ describe('dashboard', () => {
it('renders the message', () => { it('renders the message', () => {
expect(trimText(message.text())).toBe( expect(trimText(message.text())).toBe(
'This dashboard displays a maximum of 7 projects and 3 environments per project. More information', 'This dashboard displays a maximum of 7 projects and 3 environments per project, and is linked to the Operations Dashboard. When you add or remove a project from one dashboard, GitLab adds or removes the project from the other. More information',
); );
}); });
......
...@@ -9440,7 +9440,7 @@ msgstr "" ...@@ -9440,7 +9440,7 @@ msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses." msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr "" msgstr ""
msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}" msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project, and is linked to the Operations Dashboard. When you add or remove a project from one dashboard, GitLab adds or removes the project from the other. %{readMoreLink}"
msgstr "" msgstr ""
msgid "Environments|An error occurred while canceling the auto stop, please try again" msgid "Environments|An error occurred while canceling the auto stop, please try again"
......
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