Commit 7cdee2d9 authored by Jacek Sowiński's avatar Jacek Sowiński

Remove redundant 'in' from %H and %h

parent 0abe9f12
......@@ -49,7 +49,7 @@ def humanize_dates(p_due=None, p_start=None, p_creation=None):
if p_start <= now:
dates_list.append('started ' + start)
else:
dates_list.append('starts in ' + start)
dates_list.append('starts ' + start)
return ', '.join(dates_list)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment