Commit 7361731d authored by Illya Klymov's avatar Illya Klymov

Merge branch '230413-redesign-project-manager' into 'master'

Update design for the project manager

See merge request gitlab-org/gitlab!40365
parents 766263d7 daab99dd
......@@ -203,9 +203,16 @@ export default {
<section class="container">
<div class="row justify-content-center mt-md-4">
<div class="col col-lg-7">
<h3 class="text-3 font-weight-bold border-bottom mb-4 pb-3">
{{ s__('SecurityReports|Add or remove projects from your dashboard') }}
<h3 class="gl-font-lg gl-font-weight-bold gl-mt-0">
{{ s__('SecurityReports|Monitored projects') }}
</h3>
<p class="gl-mb-4 gl-pb-3">
{{
s__(
'SecurityReports|Add or remove projects to monitor in the security area. Projects included in this list will have their results displayed in the security dashboard and vulnerability report.',
)
}}
</p>
<div class="d-flex flex-column flex-md-row">
<project-selector
class="flex-grow mr-md-2"
......
......@@ -21756,7 +21756,7 @@ msgstr ""
msgid "SecurityReports|Add a project to your dashboard"
msgstr ""
msgid "SecurityReports|Add or remove projects from your dashboard"
msgid "SecurityReports|Add or remove projects to monitor in the security area. Projects included in this list will have their results displayed in the security dashboard and vulnerability report."
msgstr ""
msgid "SecurityReports|Add projects"
......@@ -21825,6 +21825,9 @@ msgstr ""
msgid "SecurityReports|Monitor vulnerabilities in your code"
msgstr ""
msgid "SecurityReports|Monitored projects"
msgstr ""
msgid "SecurityReports|More info"
msgstr ""
......
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