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 {
field: 'username',
label: s__('APIFuzzing|Username for basic authentication'),
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: '',
},
{
......@@ -100,9 +100,9 @@ export default {
field: 'password',
label: s__('APIFuzzing|Password for basic authentication'),
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: '',
},
],
......@@ -266,9 +266,7 @@ export default {
"
>
<template #link="{ content }">
<a :href="apiFuzzingAuthenticationDocumentationPath">
{{ content }}
</a>
<a :href="apiFuzzingAuthenticationDocumentationPath">{{ content }}</a>
</template>
</gl-sprintf>
</gl-form-text>
......@@ -291,14 +289,10 @@ export default {
>
<gl-sprintf :message="authAlertI18n.text">
<template #ciVariablesLink="{ content }">
<gl-link :href="ciVariablesDocumentationPath" target="_blank">
{{ content }}
</gl-link>
<gl-link :href="ciVariablesDocumentationPath" target="_blank">{{ content }}</gl-link>
</template>
<template #ciSettingsLink="{ content }">
<gl-link :href="projectCiSettingsPath" target="_blank">
{{ content }}
</gl-link>
<gl-link :href="projectCiSettingsPath" target="_blank">{{ content }}</gl-link>
</template>
</gl-sprintf>
</gl-alert>
......
......@@ -1539,10 +1539,10 @@ msgstr ""
msgid "API?"
msgstr ""
msgid "APIFuzzing|$VariableWithPassword"
msgid "APIFuzzing|$VARIABLE_WITH_PASSWORD"
msgstr ""
msgid "APIFuzzing|$VariableWithUsername"
msgid "APIFuzzing|$VARIABLE_WITH_USERNAME"
msgstr ""
msgid "APIFuzzing|API Fuzzing Configuration"
......@@ -1569,10 +1569,10 @@ msgstr ""
msgid "APIFuzzing|Enable authentication"
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 ""
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 ""
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