Added basic jquery validation translations

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe
2024-07-16 20:54:48 +01:00
parent 4895023f3b
commit bb00edda4e
4 changed files with 30 additions and 18 deletions
+1 -1
View File
@@ -106,7 +106,7 @@
</label>
@if ($errors->has('pwd_secure_complexity.*'))
<span class="alert-msg">{{ trans('validation.invalid_value_in_field') }}</span>
<span class="alert-msg">{{ trans('validation.generic.invalid_value_in_field') }}</span>
@endif
<p class="help-block">
{{ trans('admin/settings/general.pwd_secure_complexity_help') }}