Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
7630d349
Commit
7630d349
authored
Dec 19, 2018
by
Carsten Rose
Browse files
Fixed missing word in error message
parent
9ea10683
Changes
1
Show whitespace changes
Inline
Side-by-side
extension/Source/core/Constants.php
View file @
7630d349
...
...
@@ -877,7 +877,7 @@ const F_FE_DATA_ERROR = 'data-error';
const
F_FE_DATA_PATTERN_ERROR_DEFAULT
=
'pattern error'
;
// Attention: the default is also defined in ext_conf_template.txt
const
F_FE_DATA_REQUIRED_ERROR_DEFAULT
=
'data required'
;
// Attention: the default is also defined in ext_conf_template.txt
const
F_FE_DATA_MATCH_ERROR_DEFAULT
=
'fields do not'
;
// Attention: the default is also defined in ext_conf_template.txt
const
F_FE_DATA_MATCH_ERROR_DEFAULT
=
'fields do not
match
'
;
// Attention: the default is also defined in ext_conf_template.txt
const
F_PARAMETER
=
'parameter'
;
// valid for F_ and FE_
...
...
Write
Preview
Supports
Markdown
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