Commit a14bfc0a authored by Ezekiel Kigbo's avatar Ezekiel Kigbo

Merge branch 'djadmin-dast-copy-improvements' into 'master'

Update button copy for On-demand scans Pages

See merge request gitlab-org/gitlab!83368
parents 653dc557 e22383c5
......@@ -1053,7 +1053,7 @@ To run an on-demand scan either at a scheduled date or frequency, read
1. From your project's home page, go to **Security & Compliance > On-demand Scans** in the left
sidebar.
1. Select **New DAST scan**.
1. Select **New scan**.
1. Complete the **Scan name** and **Description** fields.
1. In GitLab 13.10 and later, select the desired branch from the **Branch** dropdown.
1. In **Scanner profile**, select a scanner profile from the dropdown.
......@@ -1088,7 +1088,7 @@ To schedule a scan:
1. On the top bar, select **Menu > Projects** and find your project.
1. On the left sidebar, select **Security & Compliance > On-demand Scans**.
1. Select **New DAST scan**.
1. Select **New scan**.
1. Complete the **Scan name** and **Description** text boxes.
1. In GitLab 13.10 and later, from the **Branch** dropdown list, select the desired branch.
1. In the **Scanner profile** section, from the dropdown list, select a scanner profile.
......
......@@ -46,7 +46,7 @@ export default {
},
},
i18n: {
primaryButtonText: s__('OnDemandScans|New DAST scan'),
primaryButtonText: s__('OnDemandScans|New scan'),
},
};
</script>
......
......@@ -131,7 +131,7 @@ export default {
},
i18n: {
title: s__('OnDemandScans|On-demand scans'),
newScanButtonLabel: s__('OnDemandScans|New DAST scan'),
newScanButtonLabel: s__('OnDemandScans|New scan'),
description: s__(
'OnDemandScans|On-demand scans run outside of DevOps cycle and find vulnerabilities in your projects. %{learnMoreLinkStart}Learn more%{learnMoreLinkEnd}.',
),
......
......@@ -60,7 +60,7 @@ exports[`EmptyState renders properly 1`] = `
<span
class="gl-button-text"
>
New DAST scan
New scan
</span>
</a>
......
......@@ -25953,10 +25953,10 @@ msgstr ""
msgid "OnDemandScans|My daily scan"
msgstr ""
msgid "OnDemandScans|New DAST scan"
msgid "OnDemandScans|New on-demand DAST scan"
msgstr ""
msgid "OnDemandScans|New on-demand DAST scan"
msgid "OnDemandScans|New scan"
msgstr ""
msgid "OnDemandScans|No profile yet. In order to create a new scan, you need to have at least one completed scanner profile."
......
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