mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-24 04:03:34 -08:00
Update user.blade.php
This commit is contained in:
parent
dfc2aa35f4
commit
f33b6a3e26
|
@ -8,7 +8,7 @@
|
|||
{{-- Page content --}}
|
||||
@section('content')
|
||||
|
||||
<p>{{ trans('admin/user/general.create_user_page_explaination') }}</p>
|
||||
<p>{{ trans('admin/user/general.create_user_page_explanation') }}</p>
|
||||
|
||||
<form action="{{ route('setup.user.save') }}" method="POST">
|
||||
{{ csrf_field() }}
|
||||
|
|
Loading…
Reference in a new issue