mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Migrate form label on purge page
This commit is contained in:
parent
f346c55cf1
commit
19ceb3f5b7
|
@ -28,7 +28,7 @@
|
||||||
<div class="box-body">
|
<div class="box-body">
|
||||||
<p>{{ trans('admin/settings/general.confirm_purge_help') }}</p>
|
<p>{{ trans('admin/settings/general.confirm_purge_help') }}</p>
|
||||||
<div class="col-md-3{{ $errors->has('confirm_purge') ? 'error' : '' }}">
|
<div class="col-md-3{{ $errors->has('confirm_purge') ? 'error' : '' }}">
|
||||||
{{ Form::label('confirm_purge', trans('admin/settings/general.confirm_purge')) }}
|
<label for="confirm_purge">{{ trans('admin/settings/general.confirm_purge') }}</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-9{{ $errors->has('confirm_purge') ? 'error' : '' }}">
|
<div class="col-md-9{{ $errors->has('confirm_purge') ? 'error' : '' }}">
|
||||||
@if (config('app.lock_passwords')===true)
|
@if (config('app.lock_passwords')===true)
|
||||||
|
|
Loading…
Reference in a new issue