Skip to content

Commit

Permalink
Merge branch '4.x' into fix-sittings-me-contact-issue
Browse files Browse the repository at this point in the history
  • Loading branch information
alaa-alsalehi authored Oct 29, 2023
2 parents f056db1 + 3a0b189 commit 54375be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/journal/add.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</div>

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

Expand Down

0 comments on commit 54375be

Please sign in to comment.