Commit 4e6ce5e7 authored by George Tsiolis's avatar George Tsiolis Committed by Markus Koller

Rename button on the SAST entry point

parent d536f211
......@@ -11,6 +11,6 @@ export const I18N = {
bodyText: s__(
'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?'),
};
......@@ -3,7 +3,7 @@
exports[`When the cookie is not set matches the snapshot 1`] = `
<gl-banner-stub
buttonlink="sast_documentation_path"
buttontext="Learn more."
buttontext="Learn more"
class="gl-my-5"
title="Catch your security vulnerabilities ahead of time!"
variant="promotion"
......
......@@ -29128,7 +29128,7 @@ msgstr ""
msgid "SastEntryPoints|How do I set up SAST?"
msgstr ""
msgid "SastEntryPoints|Learn more."
msgid "SastEntryPoints|Learn more"
msgstr ""
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