Spell out Purchased on label in records email

This commit is contained in:
Claudio Ortolina
2026-03-11 08:40:42 +00:00
parent d516c6a815
commit 97e9cdf6c4
@@ -74,7 +74,7 @@ defmodule MusicLibrary.RecordsOnThisDayEmail do
purchased_label =
if record.purchased_at do
" · #{Record.format_as_date(record.purchased_at)}"
" · Purchased on #{Record.format_as_date(record.purchased_at)}"
else
""
end