chore: label nit

This commit is contained in:
Cory Dransfeldt 2024-06-20 14:29:52 -07:00
parent 98e04e2bb3
commit d7dd1a0d0b
No known key found for this signature in database
3 changed files with 4 additions and 4 deletions

View file

@ -4,7 +4,7 @@
<div class="meta-text">
<div class="header">{{ movie.title }} ({{ movie.year }})</div>
<div class="subheader">
Last watched @ {{ movie.dateAdded | date: "%B %e, %Y" }}
Last watched on {{ movie.dateAdded | date: "%B %e, %Y" }}
{%- if movie.rating -%}
<span class="rating">({{ movie.rating }})</span>
{%- endif -%}