Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
syncEnrollments
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Yeray Santana Hualde
syncEnrollments
Commits
d734a416
Commit
d734a416
authored
Oct 26, 2013
by
Raphael Mobis Tacla
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace dash for 'and' in `between` validation rules. Fixes #2377
parent
b2ac3197
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
validation.php
app/lang/en/validation.php
+4
-4
No files found.
app/lang/en/validation.php
View file @
d734a416
...
...
@@ -22,10 +22,10 @@ return array(
"array"
=>
"The :attribute must be an array."
,
"before"
=>
"The :attribute must be a date before :date."
,
"between"
=>
array
(
"numeric"
=>
"The :attribute must be between :min
-
:max."
,
"file"
=>
"The :attribute must be between :min
-
:max kilobytes."
,
"string"
=>
"The :attribute must be between :min
-
:max characters."
,
"array"
=>
"The :attribute must have between :min
-
:max items."
,
"numeric"
=>
"The :attribute must be between :min
and
:max."
,
"file"
=>
"The :attribute must be between :min
and
:max kilobytes."
,
"string"
=>
"The :attribute must be between :min
and
:max characters."
,
"array"
=>
"The :attribute must have between :min
and
:max items."
,
),
"confirmed"
=>
"The :attribute confirmation does not match."
,
"date"
=>
"The :attribute is not a valid date."
,
...
...
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