Commit 464626bd authored by Natalia Tepluhina's avatar Natalia Tepluhina

Merge branch 'sethgitlab-textupdates' into 'master'

Update API fuzzing text

See merge request gitlab-org/gitlab!68240
parents 7dd64cd1 84e80471
...@@ -90,9 +90,9 @@ export default { ...@@ -90,9 +90,9 @@ export default {
field: 'username', field: 'username',
label: s__('APIFuzzing|Username for basic authentication'), label: s__('APIFuzzing|Username for basic authentication'),
description: s__( description: s__(
'APIFuzzing|Enter the name of the variable containing the username. For example, $VariableWithUsername.', 'APIFuzzing|Enter the name of the CI variable containing the username. For example, $VARIABLE_WITH_USERNAME.',
), ),
placeholder: s__('APIFuzzing|$VariableWithUsername'), placeholder: s__('APIFuzzing|$VARIABLE_WITH_USERNAME'),
value: '', value: '',
}, },
{ {
...@@ -100,9 +100,9 @@ export default { ...@@ -100,9 +100,9 @@ export default {
field: 'password', field: 'password',
label: s__('APIFuzzing|Password for basic authentication'), label: s__('APIFuzzing|Password for basic authentication'),
description: s__( description: s__(
'APIFuzzing|Enter the name of the variable containing the password. For example, $VariableWithPassword.', 'APIFuzzing|Enter the name of the CI variable containing the password. For example, $VARIABLE_WITH_PASSWORD.',
), ),
placeholder: s__('APIFuzzing|$VariableWithPassword'), placeholder: s__('APIFuzzing|$VARIABLE_WITH_PASSWORD'),
value: '', value: '',
}, },
], ],
...@@ -266,9 +266,7 @@ export default { ...@@ -266,9 +266,7 @@ export default {
" "
> >
<template #link="{ content }"> <template #link="{ content }">
<a :href="apiFuzzingAuthenticationDocumentationPath"> <a :href="apiFuzzingAuthenticationDocumentationPath">{{ content }}</a>
{{ content }}
</a>
</template> </template>
</gl-sprintf> </gl-sprintf>
</gl-form-text> </gl-form-text>
...@@ -291,14 +289,10 @@ export default { ...@@ -291,14 +289,10 @@ export default {
> >
<gl-sprintf :message="authAlertI18n.text"> <gl-sprintf :message="authAlertI18n.text">
<template #ciVariablesLink="{ content }"> <template #ciVariablesLink="{ content }">
<gl-link :href="ciVariablesDocumentationPath" target="_blank"> <gl-link :href="ciVariablesDocumentationPath" target="_blank">{{ content }}</gl-link>
{{ content }}
</gl-link>
</template> </template>
<template #ciSettingsLink="{ content }"> <template #ciSettingsLink="{ content }">
<gl-link :href="projectCiSettingsPath" target="_blank"> <gl-link :href="projectCiSettingsPath" target="_blank">{{ content }}</gl-link>
{{ content }}
</gl-link>
</template> </template>
</gl-sprintf> </gl-sprintf>
</gl-alert> </gl-alert>
......
...@@ -1539,10 +1539,10 @@ msgstr "" ...@@ -1539,10 +1539,10 @@ msgstr ""
msgid "API?" msgid "API?"
msgstr "" msgstr ""
msgid "APIFuzzing|$VariableWithPassword" msgid "APIFuzzing|$VARIABLE_WITH_PASSWORD"
msgstr "" msgstr ""
msgid "APIFuzzing|$VariableWithUsername" msgid "APIFuzzing|$VARIABLE_WITH_USERNAME"
msgstr "" msgstr ""
msgid "APIFuzzing|API Fuzzing Configuration" msgid "APIFuzzing|API Fuzzing Configuration"
...@@ -1569,10 +1569,10 @@ msgstr "" ...@@ -1569,10 +1569,10 @@ msgstr ""
msgid "APIFuzzing|Enable authentication" msgid "APIFuzzing|Enable authentication"
msgstr "" msgstr ""
msgid "APIFuzzing|Enter the name of the variable containing the password. For example, $VariableWithPassword." msgid "APIFuzzing|Enter the name of the CI variable containing the password. For example, $VARIABLE_WITH_PASSWORD."
msgstr "" msgstr ""
msgid "APIFuzzing|Enter the name of the variable containing the username. For example, $VariableWithUsername." msgid "APIFuzzing|Enter the name of the CI variable containing the username. For example, $VARIABLE_WITH_USERNAME."
msgstr "" msgstr ""
msgid "APIFuzzing|File path or URL to APIs to be tested. For example, folder/example_fuzz.har. HAR files may contain sensitive information such as authentication tokens, API keys, and session cookies. We recommend that you review the HAR files' contents before adding them to a repository." msgid "APIFuzzing|File path or URL to APIs to be tested. For example, folder/example_fuzz.har. HAR files may contain sensitive information such as authentication tokens, API keys, and session cookies. We recommend that you review the HAR files' contents before adding them to a repository."
......
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