Skip to content

Commit

Permalink
Zenhub #977 Change the Validation message for Reason for sharing field
Browse files Browse the repository at this point in the history
  • Loading branch information
jizhaogit committed Jul 7, 2023
1 parent f57fecd commit 8a04370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/lang/en/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
'password' => 'The password is incorrect.',
'present' => 'The :attribute field must be present.',
'regex' => 'The :attribute format is invalid.',
'required' => 'The :attribute field is required.',
'required' => 'This field is required.',
'required_if' => 'The :attribute field is required when :other is :value.',
'required_unless' => 'The :attribute field is required unless :other is in :values.',
'required_with' => 'The :attribute field is required when :values is present.',
Expand Down

0 comments on commit 8a04370

Please sign in to comment.