diff --git a/src/main.rs b/src/main.rs index c45cb81..00ffcd6 100644 --- a/src/main.rs +++ b/src/main.rs @@ -287,7 +287,7 @@ fn output_html( let time = ei.dtstart.time(); let time = time .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 .summary