change "all day" copy to "no time listed"
This commit is contained in:
parent
d789425e47
commit
4140010bf2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue