Skip to content

Commit 3a0b189

Browse files
author
Connor Gurney
authored
fix: fix incorrect connection between date label and input (#6928)
1 parent b01112b commit 3a0b189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/journal/add.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</div>
4040

4141
<div class="form-group">
42-
<label for="field-entry">{{ trans('journal.journal_add_date') }}</label>
42+
<label for="field-date">{{ trans('journal.journal_add_date') }}</label>
4343
<input type="date" id="field-date" name="date" class="form-control" value="{{ now(\App\Helpers\DateHelper::getTimezone())->toDateString() }}">
4444
</div>
4545

0 commit comments

Comments
 (0)