Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
50218ba5
Commit
50218ba5
authored
Apr 08, 2021
by
Paul Gascou-Vaillancourt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update error message
parent
6f6da2f0
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
ee/app/assets/javascripts/security_configuration/api_fuzzing/components/configuration_form.vue
...nfiguration/api_fuzzing/components/configuration_form.vue
+1
-1
locale/gitlab.pot
locale/gitlab.pot
+3
-3
No files found.
ee/app/assets/javascripts/security_configuration/api_fuzzing/components/configuration_form.vue
View file @
50218ba5
...
...
@@ -214,7 +214,7 @@ export default {
<
template
>
<form
@
submit.prevent=
"onSubmit"
>
<gl-alert
v-if=
"isErrorVisible"
variant=
"danger"
class=
"gl-mb-5"
@
dismiss=
"dismissError"
>
{{
s__
(
'
APIFuzzing|
The configuration could not be saved, please t
ry again later.
'
)
}}
{{
s__
(
'
APIFuzzing|
Code snippet could not be generated. T
ry again later.
'
)
}}
</gl-alert>
<form-input
v-model=
"targetUrl.value"
v-bind=
"targetUrl"
class=
"gl-mb-7"
/>
...
...
locale/gitlab.pot
View file @
50218ba5
...
...
@@ -1491,6 +1491,9 @@ msgstr ""
msgid "APIFuzzing|Choose a profile"
msgstr ""
msgid "APIFuzzing|Code snippet could not be generated. Try again later."
msgstr ""
msgid "APIFuzzing|Code snippet for the API Fuzzing configuration"
msgstr ""
...
...
@@ -1554,9 +1557,6 @@ msgstr ""
msgid "APIFuzzing|Target URL"
msgstr ""
msgid "APIFuzzing|The configuration could not be saved, please try again later."
msgstr ""
msgid "APIFuzzing|There are two ways to perform scans."
msgstr ""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment