|
@@ -185,7 +185,7 @@ return [
|
|
|
'import_extension_confirm' => 'Are you sure import the extension?',
|
|
|
'selected_must_less_then' => 'Only supports maximum :num options.',
|
|
|
'validation' => [
|
|
|
- 'match' => 'Does not match with :attribute.',
|
|
|
+ 'match' => 'The :attribute and :other must match.',
|
|
|
'minlength' => 'The :attribute must be at least :min characters.',
|
|
|
'maxlength' => 'The :attribute may not be greater than :max characters.',
|
|
|
],
|