Skip to content

Commit df33fd0

Browse files
committed
Fix minor gallery page typo
1 parent 99de3ee commit df33fd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: resources/views/galleries/gallery.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
@endif
1717
{{ $gallery->start_at && $gallery->end_at ? '' : '' }}
1818
@if($gallery->end_at)
19-
<strong>Close{{ $gallery->end_at->isFuture() ? 's' : 'ed' }}: </strong>{!! pretty_date($gallery->end_at) !!}
19+
<strong>Close{{ $gallery->end_at->isFuture() ? 's' : 'd' }}: </strong>{!! pretty_date($gallery->end_at) !!}
2020
@endif
2121
</p>
2222
@endif

0 commit comments

Comments
 (0)