Commit 1fb92586 authored by Paul Gascou-Vaillancourt's avatar Paul Gascou-Vaillancourt Committed by David O'Regan

Update API Fuzzing form labels

Changelog: changed
EE: true
parent 2e4b79ad
...@@ -4,9 +4,9 @@ export const SCAN_MODES = { ...@@ -4,9 +4,9 @@ export const SCAN_MODES = {
HAR: { HAR: {
scanModeLabel: __('HAR (HTTP Archive)'), scanModeLabel: __('HAR (HTTP Archive)'),
label: __('HAR file path'), label: __('HAR file path'),
placeholder: s__('APIFuzzing|Ex: Project_Test/File/example_fuzz.har'), placeholder: s__('APIFuzzing|/folder/example_file.har'),
description: s__( description: s__(
"APIFuzzing|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.", "APIFuzzing|File path containing APIs to be tested. For example, /folder/example_file.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.",
), ),
}, },
OPENAPI: { OPENAPI: {
...@@ -20,9 +20,9 @@ export const SCAN_MODES = { ...@@ -20,9 +20,9 @@ export const SCAN_MODES = {
POSTMAN: { POSTMAN: {
scanModeLabel: __('Postman collection'), scanModeLabel: __('Postman collection'),
label: __('Postman collection'), label: __('Postman collection'),
placeholder: s__('APIFuzzing|Ex: Project_Test/File/example_fuzz'), placeholder: s__('APIFuzzing|/folder/example_file.postman_collection.json'),
description: s__( description: s__(
'APIFuzzing|Postman collections are a group of saved requests you can organize into folders.', 'APIFuzzing|File path containing requests to be tested. For example, /folder/example_file.postman_collection.json.',
), ),
}, },
}; };
......
---
title: Update API Fuzzing form labels
merge_request: 61267
author:
type: changed
...@@ -1520,9 +1520,15 @@ msgstr "" ...@@ -1520,9 +1520,15 @@ msgstr ""
msgid "APIFuzzing|$VariableWithUsername" msgid "APIFuzzing|$VariableWithUsername"
msgstr "" msgstr ""
msgid "APIFuzzing|/folder/example_file.har"
msgstr ""
msgid "APIFuzzing|/folder/example_file.json" msgid "APIFuzzing|/folder/example_file.json"
msgstr "" msgstr ""
msgid "APIFuzzing|/folder/example_file.postman_collection.json"
msgstr ""
msgid "APIFuzzing|API Fuzzing Configuration" msgid "APIFuzzing|API Fuzzing Configuration"
msgstr "" msgstr ""
...@@ -1562,19 +1568,16 @@ msgstr "" ...@@ -1562,19 +1568,16 @@ msgstr ""
msgid "APIFuzzing|Enter the name of the variable containing the username. For example, $VariableWithUsername." msgid "APIFuzzing|Enter the name of the variable containing the username. For example, $VariableWithUsername."
msgstr "" msgstr ""
msgid "APIFuzzing|Ex: Project_Test/File/example_fuzz" msgid "APIFuzzing|File path containing APIs to be tested. For example, /folder/example_file.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."
msgstr ""
msgid "APIFuzzing|Ex: Project_Test/File/example_fuzz.har"
msgstr "" msgstr ""
msgid "APIFuzzing|File path containing APIs to be tested. For example, /folder/example_file.json." msgid "APIFuzzing|File path containing APIs to be tested. For example, /folder/example_file.json."
msgstr "" msgstr ""
msgid "APIFuzzing|Generate code snippet" msgid "APIFuzzing|File path containing requests to be tested. For example, /folder/example_file.postman_collection.json."
msgstr "" msgstr ""
msgid "APIFuzzing|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|Generate code snippet"
msgstr "" msgstr ""
msgid "APIFuzzing|Make sure your credentials are secured" msgid "APIFuzzing|Make sure your credentials are secured"
...@@ -1583,9 +1586,6 @@ msgstr "" ...@@ -1583,9 +1586,6 @@ msgstr ""
msgid "APIFuzzing|Password for basic authentication" msgid "APIFuzzing|Password for basic authentication"
msgstr "" msgstr ""
msgid "APIFuzzing|Postman collections are a group of saved requests you can organize into folders."
msgstr ""
msgid "APIFuzzing|Predefined profiles" msgid "APIFuzzing|Predefined profiles"
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