Spell out Purchased on label in records email
This commit is contained in:
@@ -74,7 +74,7 @@ defmodule MusicLibrary.RecordsOnThisDayEmail do
|
|||||||
|
|
||||||
purchased_label =
|
purchased_label =
|
||||||
if record.purchased_at do
|
if record.purchased_at do
|
||||||
" · #{Record.format_as_date(record.purchased_at)}"
|
" · Purchased on #{Record.format_as_date(record.purchased_at)}"
|
||||||
else
|
else
|
||||||
""
|
""
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user