Commit e22383c5 authored by Dheeraj Joshi's avatar Dheeraj Joshi

Update button text for DAST On-demand scans

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