mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
parent
26d0c873c7
commit
238b2fd670
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ module ApplicationHelper
|
|||
when "ends_on_end_date"
|
||||
starts = time_span_text(rt.start_from, I18n.t("todos.recurrence.pattern.from"))
|
||||
ends = time_span_text(rt.end_date, I18n.t("todos.recurrence.pattern.until"))
|
||||
return starts+ends
|
||||
return starts + " " + ends
|
||||
else
|
||||
raise Exception.new, "unknown recurrence time span selection (#{rt.ends_on})"
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue