Skip to content

Commit 0d0f082

Browse files
committed
Fix label reference for name
1 parent 9cf8293 commit 0d0f082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/resources/views/profile/partials/update-profile-information-form.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class="d-none"
1515
@method('patch')
1616

1717
<div class="row mb-3">
18-
<label for="email" class="col-md-4 col-form-label text-md-end">
18+
<label for="name" class="col-md-4 col-form-label text-md-end">
1919
{{ __('Name') }}
2020
</label>
2121

0 commit comments

Comments
 (0)