File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11<?php
22
33return [
4- 'country_name ' => 'The :attribute has not a valid country name. ' ,
5- 'country_code ' => 'The :attribute has not a valid country code. ' ,
6- 'administrative_area ' => 'The :attribute has not a valid administrative area name . ' ,
7- 'administrative_area_code ' => 'The :attribute has not a valid administrative area code . ' ,
8- 'administrative_area_name ' => 'The :attribute has not a valid administrative area name . ' ,
9- 'postal_code ' => 'The :attribute seems do be a not valid postal code. ' ,
4+ 'country_name ' => 'The :attribute field is not a valid country name. ' ,
5+ 'country_code ' => 'The :attribute field is not a valid country code. ' ,
6+ 'administrative_area ' => 'The :attribute field is not a valid state/province . ' ,
7+ 'administrative_area_code ' => 'The :attribute field has not a valid state/province . ' ,
8+ 'administrative_area_name ' => 'The :attribute field has not a valid state/province . ' ,
9+ 'postal_code ' => 'The :attribute field does not seem to be a valid postal code. ' ,
1010];
You can’t perform that action at this time.
0 commit comments