Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.0 fix "valid domain name" error #405

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion system/Input/Validation/RuleFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ protected function setDefaultMessages()
'labeled_message' => __d('system', '{label} must be a valid email address')
),
'emaildomain' => array(
'default_message' => __d('system', 'This the email address does not belong to a valid domain'),
'default_message' => __d('system', 'This email address does not belong to a valid domain'),
'labeled_message' => __d('system', '{label} does not belong to a valid domain')
),
'equal' => array(
Expand Down
2 changes: 1 addition & 1 deletion system/Language/cs/messages.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
'The image must have a ratio (width/height) of {ratio})' => '',
'The image should be at least {min} pixels tall' => '',
'The image should be at least {min} pixels wide' => '',
'This email address does not belong to a valid domain' => '',
'This field is required' => '',
'This input can contain only letters' => '',
'This input does not match the regular expression {pattern}' => '',
Expand Down Expand Up @@ -39,7 +40,6 @@
'This input should have at least {min} characters' => '',
'This input should have less than {max} characters' => '',
'This input should not match the regular expression {pattern}' => '',
'This the email address does not belong to a valid domain' => '',
'queries' => '',
'query' => '',
'{label} can contain only letters' => '',
Expand Down
2 changes: 1 addition & 1 deletion system/Language/de/messages.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
'The image must have a ratio (width/height) of {ratio})' => '',
'The image should be at least {min} pixels tall' => '',
'The image should be at least {min} pixels wide' => '',
'This email address does not belong to a valid domain' => '',
'This field is required' => '',
'This input can contain only letters' => '',
'This input does not match the regular expression {pattern}' => '',
Expand Down Expand Up @@ -39,7 +40,6 @@
'This input should have at least {min} characters' => '',
'This input should have less than {max} characters' => '',
'This input should not match the regular expression {pattern}' => '',
'This the email address does not belong to a valid domain' => '',
'queries' => 'Abfragen',
'query' => 'Abfrage',
'{label} can contain only letters' => '',
Expand Down
2 changes: 1 addition & 1 deletion system/Language/en/messages.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
'The image must have a ratio (width/height) of {ratio})' => '',
'The image should be at least {min} pixels tall' => '',
'The image should be at least {min} pixels wide' => '',
'This email address does not belong to a valid domain' => '',
'This field is required' => '',
'This input can contain only letters' => '',
'This input does not match the regular expression {pattern}' => '',
Expand Down Expand Up @@ -39,7 +40,6 @@
'This input should have at least {min} characters' => '',
'This input should have less than {max} characters' => '',
'This input should not match the regular expression {pattern}' => '',
'This the email address does not belong to a valid domain' => '',
'queries' => '',
'query' => '',
'{label} can contain only letters' => '',
Expand Down
2 changes: 1 addition & 1 deletion system/Language/es/messages.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
'The image must have a ratio (width/height) of {ratio})' => '',
'The image should be at least {min} pixels tall' => '',
'The image should be at least {min} pixels wide' => '',
'This email address does not belong to a valid domain' => '',
'This field is required' => '',
'This input can contain only letters' => '',
'This input does not match the regular expression {pattern}' => '',
Expand Down Expand Up @@ -39,7 +40,6 @@
'This input should have at least {min} characters' => '',
'This input should have less than {max} characters' => '',
'This input should not match the regular expression {pattern}' => '',
'This the email address does not belong to a valid domain' => '',
'queries' => 'consultas',
'query' => 'consulta',
'{label} can contain only letters' => '',
Expand Down
2 changes: 1 addition & 1 deletion system/Language/fr/messages.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
'The image must have a ratio (width/height) of {ratio})' => '',
'The image should be at least {min} pixels tall' => '',
'The image should be at least {min} pixels wide' => '',
'This email address does not belong to a valid domain' => '',
'This field is required' => '',
'This input can contain only letters' => '',
'This input does not match the regular expression {pattern}' => '',
Expand Down Expand Up @@ -39,7 +40,6 @@
'This input should have at least {min} characters' => '',
'This input should have less than {max} characters' => '',
'This input should not match the regular expression {pattern}' => '',
'This the email address does not belong to a valid domain' => '',
'queries' => '',
'query' => '',
'{label} can contain only letters' => '',
Expand Down
2 changes: 1 addition & 1 deletion system/Language/it/messages.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
'The image must have a ratio (width/height) of {ratio})' => '',
'The image should be at least {min} pixels tall' => '',
'The image should be at least {min} pixels wide' => '',
'This email address does not belong to a valid domain' => '',
'This field is required' => '',
'This input can contain only letters' => '',
'This input does not match the regular expression {pattern}' => '',
Expand Down Expand Up @@ -39,7 +40,6 @@
'This input should have at least {min} characters' => '',
'This input should have less than {max} characters' => '',
'This input should not match the regular expression {pattern}' => '',
'This the email address does not belong to a valid domain' => '',
'queries' => '',
'query' => '',
'{label} can contain only letters' => '',
Expand Down
2 changes: 1 addition & 1 deletion system/Language/nl/messages.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
'The image must have a ratio (width/height) of {ratio})' => '',
'The image should be at least {min} pixels tall' => '',
'The image should be at least {min} pixels wide' => '',
'This email address does not belong to a valid domain' => '',
'This field is required' => '',
'This input can contain only letters' => '',
'This input does not match the regular expression {pattern}' => '',
Expand Down Expand Up @@ -39,7 +40,6 @@
'This input should have at least {min} characters' => '',
'This input should have less than {max} characters' => '',
'This input should not match the regular expression {pattern}' => '',
'This the email address does not belong to a valid domain' => '',
'queries' => '',
'query' => '',
'{label} can contain only letters' => '',
Expand Down
2 changes: 1 addition & 1 deletion system/Language/pl/messages.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
'The image must have a ratio (width/height) of {ratio})' => '',
'The image should be at least {min} pixels tall' => '',
'The image should be at least {min} pixels wide' => '',
'This email address does not belong to a valid domain' => '',
'This field is required' => '',
'This input can contain only letters' => '',
'This input does not match the regular expression {pattern}' => '',
Expand Down Expand Up @@ -39,7 +40,6 @@
'This input should have at least {min} characters' => '',
'This input should have less than {max} characters' => '',
'This input should not match the regular expression {pattern}' => '',
'This the email address does not belong to a valid domain' => '',
'queries' => '',
'query' => '',
'{label} can contain only letters' => '',
Expand Down
2 changes: 1 addition & 1 deletion system/Language/ro/messages.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
'The image must have a ratio (width/height) of {ratio})' => '',
'The image should be at least {min} pixels tall' => '',
'The image should be at least {min} pixels wide' => '',
'This email address does not belong to a valid domain' => '',
'This field is required' => '',
'This input can contain only letters' => '',
'This input does not match the regular expression {pattern}' => '',
Expand Down Expand Up @@ -39,7 +40,6 @@
'This input should have at least {min} characters' => '',
'This input should have less than {max} characters' => '',
'This input should not match the regular expression {pattern}' => '',
'This the email address does not belong to a valid domain' => '',
'queries' => '',
'query' => '',
'{label} can contain only letters' => '',
Expand Down
2 changes: 1 addition & 1 deletion system/Language/ru/messages.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
'The image must have a ratio (width/height) of {ratio})' => '',
'The image should be at least {min} pixels tall' => '',
'The image should be at least {min} pixels wide' => '',
'This email address does not belong to a valid domain' => '',
'This field is required' => '',
'This input can contain only letters' => '',
'This input does not match the regular expression {pattern}' => '',
Expand Down Expand Up @@ -39,7 +40,6 @@
'This input should have at least {min} characters' => '',
'This input should have less than {max} characters' => '',
'This input should not match the regular expression {pattern}' => '',
'This the email address does not belong to a valid domain' => '',
'queries' => '',
'query' => '',
'{label} can contain only letters' => '',
Expand Down