Commit 8c5ddb5a authored by Dheeraj Joshi's avatar Dheeraj Joshi

Update copy for DAST Profile library page

EE: true
Changelog: changed
parent 89745be8
......@@ -56,12 +56,12 @@ export const DAST_CONFIG_HELP_PATH = helpPagePath('user/application_security/das
anchor: 'enable-dast',
});
export const DAST_PROFILES_NAME = __('DAST Scans');
export const DAST_PROFILES_NAME = __('DAST Profiles');
export const DAST_PROFILES_DESCRIPTION = s__(
'SecurityConfiguration|Manage profiles for use by DAST scans.',
);
export const DAST_PROFILES_HELP_PATH = helpPagePath('user/application_security/dast/index');
export const DAST_PROFILES_CONFIG_TEXT = s__('SecurityConfiguration|Manage scans');
export const DAST_PROFILES_CONFIG_TEXT = s__('SecurityConfiguration|Manage profiles');
export const SECRET_DETECTION_NAME = __('Secret Detection');
export const SECRET_DETECTION_DESCRIPTION = __(
......
......@@ -197,7 +197,7 @@ export default {
},
profilesPerPage: 10,
i18n: {
heading: s__('DastProfiles|Manage DAST scans'),
heading: s__('DastProfiles|DAST profile library'),
newProfileDropdownLabel: __('New'),
subHeading: s__(
'DastProfiles|Save commonly used configurations for target sites and scan specifications as profiles. Use these with an on-demand scan.',
......
- add_to_breadcrumbs _('Security Configuration'), project_security_configuration_path(@project)
- breadcrumb_title s_('DastProfiles|Manage DAST scans')
- page_title s_('DastProfiles|Manage DAST scans')
- breadcrumb_title s_('DastProfiles|DAST profile library')
- page_title s_('DastProfiles|DAST profile library')
.js-dast-profiles{ data: dast_profiles_list_data(@project) }
......@@ -90,7 +90,7 @@ describe('EE - DastProfiles', () => {
it('shows a heading that describes the purpose of the page', () => {
createFullComponent();
const heading = withinComponent().getByRole('heading', { name: /manage dast scans/i });
const heading = withinComponent().getByRole('heading', { name: /DAST profile library/i });
expect(heading).not.toBe(null);
});
......
......@@ -11226,7 +11226,7 @@ msgstr ""
msgid "DAST Configuration"
msgstr ""
msgid "DAST Scans"
msgid "DAST Profiles"
msgstr ""
msgid "DAST profile not found: %{name}"
......@@ -11376,6 +11376,9 @@ msgstr ""
msgid "DastProfiles|Could not update the site profile. Please try again."
msgstr ""
msgid "DastProfiles|DAST profile library"
msgstr ""
msgid "DastProfiles|Debug messages"
msgstr ""
......@@ -11430,9 +11433,6 @@ msgstr ""
msgid "DastProfiles|Include debug messages in the DAST console output."
msgstr ""
msgid "DastProfiles|Manage DAST scans"
msgstr ""
msgid "DastProfiles|Manage profiles"
msgstr ""
......@@ -33051,10 +33051,10 @@ msgstr ""
msgid "SecurityConfiguration|Manage corpus files used as seed inputs with coverage-guided fuzzing."
msgstr ""
msgid "SecurityConfiguration|Manage profiles for use by DAST scans."
msgid "SecurityConfiguration|Manage profiles"
msgstr ""
msgid "SecurityConfiguration|Manage scans"
msgid "SecurityConfiguration|Manage profiles for use by DAST scans."
msgstr ""
msgid "SecurityConfiguration|More scan types, including Container Scanning, DAST, Dependency Scanning, Fuzzing, and Licence Compliance"
......
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