Commit 1819a21d authored by Markus Koller's avatar Markus Koller

Merge branch 'gt/rename-button-on-the-sast-entry-point' into 'master'

Rename button on the SAST entry point

See merge request gitlab-org/gitlab!69294
parents d1ee8c6b 4e6ce5e7
...@@ -11,6 +11,6 @@ export const I18N = { ...@@ -11,6 +11,6 @@ export const I18N = {
bodyText: s__( bodyText: s__(
'SastEntryPoints|GitLab can scan your code for security vulnerabilities. Static Application Security Testing (SAST) helps you worry less and build more.', 'SastEntryPoints|GitLab can scan your code for security vulnerabilities. Static Application Security Testing (SAST) helps you worry less and build more.',
), ),
buttonText: s__('SastEntryPoints|Learn more.'), buttonText: s__('SastEntryPoints|Learn more'),
linkText: s__('SastEntryPoints|How do I set up SAST?'), linkText: s__('SastEntryPoints|How do I set up SAST?'),
}; };
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
exports[`When the cookie is not set matches the snapshot 1`] = ` exports[`When the cookie is not set matches the snapshot 1`] = `
<gl-banner-stub <gl-banner-stub
buttonlink="sast_documentation_path" buttonlink="sast_documentation_path"
buttontext="Learn more." buttontext="Learn more"
class="gl-my-5" class="gl-my-5"
title="Catch your security vulnerabilities ahead of time!" title="Catch your security vulnerabilities ahead of time!"
variant="promotion" variant="promotion"
......
...@@ -29128,7 +29128,7 @@ msgstr "" ...@@ -29128,7 +29128,7 @@ msgstr ""
msgid "SastEntryPoints|How do I set up SAST?" msgid "SastEntryPoints|How do I set up SAST?"
msgstr "" msgstr ""
msgid "SastEntryPoints|Learn more." msgid "SastEntryPoints|Learn more"
msgstr "" msgstr ""
msgid "Satisfied" msgid "Satisfied"
......
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