0
0
Fork 0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-04-23 12:20:21 +00:00

fixed mislabeling of name input

This commit is contained in:
nesges 2024-04-19 09:18:34 +02:00
parent 80ac66e0a6
commit 1b1cb18839

View file

@ -14,7 +14,7 @@
{!! csrf_field() !!}
<div class="form-group">
<label for="email">{{ trans('auth.name') }}</label>
<label for="name">{{ trans('auth.name') }}</label>
@include('form.text', ['name' => 'name'])
</div>