Extract translation string

This commit is contained in:
Marcus Moore 2024-03-26 12:23:57 -07:00
parent bd506820b7
commit b5b8777c94
No known key found for this signature in database
2 changed files with 7 additions and 1 deletions

View file

@ -151,4 +151,10 @@ return [
'attributes' => [],
/*
|--------------------------------------------------------------------------
| Generic Validation Messages
|--------------------------------------------------------------------------
*/
'invalid_value_in_field' => 'Invalid value included in this field',
];

View file

@ -106,7 +106,7 @@
</label>
@if ($errors->has('pwd_secure_complexity.*'))
<span class="alert-msg">Invalid value included in this field</span>
<span class="alert-msg">{{ trans('validation.invalid_value_in_field') }}</span>
@endif
<p class="help-block">
{{ trans('admin/settings/general.pwd_secure_complexity_help') }}