Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Cesium
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Axel CÉARD
Cesium
Commits
910a348a
Commit
910a348a
authored
7 years ago
by
Benoit Lavenier
Browse files
Options
Downloads
Patches
Plain Diff
[fix] Fix bad error field validation message
parent
44cdf630
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
www/i18n/locale-en-GB.json
+2
-2
2 additions, 2 deletions
www/i18n/locale-en-GB.json
www/i18n/locale-en.json
+2
-2
2 additions, 2 deletions
www/i18n/locale-en.json
with
4 additions
and
4 deletions
www/i18n/locale-en-GB.json
+
2
−
2
View file @
910a348a
...
@@ -585,8 +585,8 @@
...
@@ -585,8 +585,8 @@
"EQUALS_TO_PSEUDO"
:
"Must be different from pseudonym"
,
"EQUALS_TO_PSEUDO"
:
"Must be different from pseudonym"
,
"EQUALS_TO_SALT"
:
"Must be different from secret identifier"
,
"EQUALS_TO_SALT"
:
"Must be different from secret identifier"
,
"FIELD_REQUIRED"
:
"This field is required."
,
"FIELD_REQUIRED"
:
"This field is required."
,
"FIELD_TOO_SHORT"
:
"
V
alue is too short
(min {{minLength]] characters)
."
,
"FIELD_TOO_SHORT"
:
"
This field v
alue is too short."
,
"FIELD_TOO_SHORT_WITH_LENGTH"
:
"
This field v
alue is too short."
,
"FIELD_TOO_SHORT_WITH_LENGTH"
:
"
V
alue is too short
(min {{minLength]] characters)
."
,
"FIELD_TOO_LONG"
:
"Value is exceeding max length."
,
"FIELD_TOO_LONG"
:
"Value is exceeding max length."
,
"FIELD_TOO_LONG_WITH_LENGTH"
:
"Value is too long (max {{maxLength}} characters)."
,
"FIELD_TOO_LONG_WITH_LENGTH"
:
"Value is too long (max {{maxLength}} characters)."
,
"FIELD_MIN"
:
"Minimum value: {{min}}"
,
"FIELD_MIN"
:
"Minimum value: {{min}}"
,
...
...
This diff is collapsed.
Click to expand it.
www/i18n/locale-en.json
+
2
−
2
View file @
910a348a
...
@@ -585,8 +585,8 @@
...
@@ -585,8 +585,8 @@
"EQUALS_TO_PSEUDO"
:
"Must be different from pseudonym"
,
"EQUALS_TO_PSEUDO"
:
"Must be different from pseudonym"
,
"EQUALS_TO_SALT"
:
"Must be different from secret identifier"
,
"EQUALS_TO_SALT"
:
"Must be different from secret identifier"
,
"FIELD_REQUIRED"
:
"This field is required."
,
"FIELD_REQUIRED"
:
"This field is required."
,
"FIELD_TOO_SHORT"
:
"
V
alue is too short
(min {{minLength]] characters)
."
,
"FIELD_TOO_SHORT"
:
"
This field v
alue is too short."
,
"FIELD_TOO_SHORT_WITH_LENGTH"
:
"
This field v
alue is too short."
,
"FIELD_TOO_SHORT_WITH_LENGTH"
:
"
V
alue is too short
(min {{minLength]] characters)
."
,
"FIELD_TOO_LONG"
:
"Value is exceeding max length."
,
"FIELD_TOO_LONG"
:
"Value is exceeding max length."
,
"FIELD_TOO_LONG_WITH_LENGTH"
:
"Value is too long (max {{maxLength}} characters)."
,
"FIELD_TOO_LONG_WITH_LENGTH"
:
"Value is too long (max {{maxLength}} characters)."
,
"FIELD_MIN"
:
"Minimum value: {{min}}"
,
"FIELD_MIN"
:
"Minimum value: {{min}}"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment