mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-01-20 02:52:44 +08:00
fixed mislabeling of name input
This commit is contained in:
parent
80ac66e0a6
commit
1b1cb18839
|
@ -14,7 +14,7 @@
|
||||||
{!! csrf_field() !!}
|
{!! csrf_field() !!}
|
||||||
|
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="email">{{ trans('auth.name') }}</label>
|
<label for="name">{{ trans('auth.name') }}</label>
|
||||||
@include('form.text', ['name' => 'name'])
|
@include('form.text', ['name' => 'name'])
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user