change "all day" copy to "no time listed"

This commit is contained in:
_ 2025-08-22 16:45:55 +00:00
parent d789425e47
commit 4140010bf2

View file

@ -287,7 +287,7 @@ fn output_html(
let time = ei.dtstart.time(); let time = ei.dtstart.time();
let time = time let time = time
.map(|t| t.format("%l:%M %P").to_string()) .map(|t| t.format("%l:%M %P").to_string())
.unwrap_or_else(|| "All day".to_string()); .unwrap_or_else(|| "No time listed".to_string());
let summary = ei let summary = ei
.summary .summary