Commit a1c4c696 authored by Mark Florian's avatar Mark Florian

Update SAST Config UI strings

Addresses https://gitlab.com/gitlab-org/gitlab/-/issues/233910.
parent e5a5e54a
...@@ -56,16 +56,13 @@ export default { ...@@ -56,16 +56,13 @@ export default {
i18n: { i18n: {
helpText: s__( helpText: s__(
`SecurityConfiguration|Customize common SAST settings to suit your `SecurityConfiguration|Customize common SAST settings to suit your
requirements. More advanced configuration options exist, which you can requirements. Configuration changes made here override those provided by
add to the configuration file this tool generates. It's important to note GitLab and are excluded from updates. For details of more advanced
that if you make any configurations, they will be saved as overrides and configuration options, see the %{linkStart}GitLab SAST documentation%{linkEnd}.`,
will be excluded from automatic updates. We've provided guidance for some
easily configurable variables below, but our docs go into even more
depth. %{linkStart}Read more%{linkEnd}`,
), ),
loadingErrorText: s__( loadingErrorText: s__(
`SecurityConfiguration|There was an error loading the configuration. `SecurityConfiguration|Could not retrieve configuration data. Please
Please reload the page to try again.`, refresh the page, or try again later.`,
), ),
}, },
}; };
......
...@@ -21294,7 +21294,10 @@ msgstr "" ...@@ -21294,7 +21294,10 @@ msgstr ""
msgid "SecurityConfiguration|Configure" msgid "SecurityConfiguration|Configure"
msgstr "" msgstr ""
msgid "SecurityConfiguration|Customize common SAST settings to suit your requirements. More advanced configuration options exist, which you can add to the configuration file this tool generates. It's important to note that if you make any configurations, they will be saved as overrides and will be excluded from automatic updates. We've provided guidance for some easily configurable variables below, but our docs go into even more depth. %{linkStart}Read more%{linkEnd}" msgid "SecurityConfiguration|Could not retrieve configuration data. Please refresh the page, or try again later."
msgstr ""
msgid "SecurityConfiguration|Customize common SAST settings to suit your requirements. Configuration changes made here override those provided by GitLab and are excluded from updates. For details of more advanced configuration options, see the %{linkStart}GitLab SAST documentation%{linkEnd}."
msgstr "" msgstr ""
msgid "SecurityConfiguration|Enable via Merge Request" msgid "SecurityConfiguration|Enable via Merge Request"
...@@ -21330,9 +21333,6 @@ msgstr "" ...@@ -21330,9 +21333,6 @@ msgstr ""
msgid "SecurityConfiguration|Testing & Compliance" msgid "SecurityConfiguration|Testing & Compliance"
msgstr "" msgstr ""
msgid "SecurityConfiguration|There was an error loading the configuration. Please reload the page to try again."
msgstr ""
msgid "SecurityConfiguration|Using custom settings. You won't receive automatic updates on this variable. %{anchorStart}Restore to default%{anchorEnd}" msgid "SecurityConfiguration|Using custom settings. You won't receive automatic updates on this variable. %{anchorStart}Restore to default%{anchorEnd}"
msgstr "" msgstr ""
......
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