mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-24 03:00:12 +01:00
fixing a broken i18n reference
This commit is contained in:
parent
51da342cdc
commit
a98f8be279
1 changed files with 1 additions and 1 deletions
|
|
@ -411,7 +411,7 @@ class RecurringTodo < ActiveRecord::Base
|
|||
return I18n.t("todos.recurrence.pattern.on_work_days")
|
||||
else
|
||||
if every_other1 > 1
|
||||
return I18n.t("todos.recurrence.pattern.every_n", :n => every_other1) + " " + I18n.t("common.days")
|
||||
return I18n.t("todos.recurrence.pattern.every_n", :n => every_other1) + " " + I18n.t("common.days_midsentence.other")
|
||||
else
|
||||
return I18n.t("todos.recurrence.pattern.every_day")
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue