Merge remote-tracking branch 'origin/develop'

This commit is contained in:
snipe 2022-06-03 12:54:13 -07:00
commit 54f828743e
2 changed files with 6 additions and 1 deletions

View file

@ -91,6 +91,11 @@ return [
'url' => 'The :attribute format is invalid.',
'unique_undeleted' => 'The :attribute must be unique.',
'non_circular' => 'The :attribute must not create a circular reference.',
'disallow_same_pwd_as_user_fields' => 'Password cannot be the same as the username.',
'letters' => 'Password must contain at least one letter.',
'numbers' => 'Password must contain at least one number.',
'case_diff' => 'Password must use mixed case.',
'symbols' => 'Password must contain symbols.',
'gte' => [
'numeric' => 'Value cannot be negative'
],

View file

@ -8,7 +8,7 @@
@stop
@section('header_right')
@can('superuser')
@can('update', \App\Models\AssetModel::class)
<div class="btn-group pull-right">
<button class="btn btn-default dropdown-toggle" data-toggle="dropdown">{{ trans('button.actions') }}
<span class="caret"></span>