Commit 84073e13 authored by jakeburden's avatar jakeburden

Update Environments Dashboard help text

Update locale file

Add changelog entry
parent e25d35f7
...@@ -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, 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}', 'EnvironmentsDashboard|This dashboard displays 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: Remove project limit from Environments Dashboard help text
merge_request: 40333
author:
type: changed
...@@ -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, 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. This dashboard displays 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, 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', 'This dashboard displays 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',
); );
}); });
......
...@@ -9560,7 +9560,7 @@ msgstr "" ...@@ -9560,7 +9560,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, 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}" msgid "EnvironmentsDashboard|This dashboard displays 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