mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-26 17:14:07 +01:00
occurence -> occurrence
This commit is contained in:
parent
d1cd4b68eb
commit
d480569629
14 changed files with 50 additions and 44 deletions
10
test/fixtures/recurring_todos.yml
vendored
10
test/fixtures/recurring_todos.yml
vendored
|
|
@ -36,7 +36,7 @@ call_bill_gates_every_day:
|
|||
start_from: <%= way_back %>
|
||||
ends_on: no_end_date
|
||||
end_date: ~
|
||||
number_of_occurences: ~
|
||||
number_of_occurrences: ~
|
||||
target: due_date
|
||||
show_from_delta: ~
|
||||
recurring_period: daily
|
||||
|
|
@ -63,7 +63,7 @@ call_bill_gates_every_workday:
|
|||
start_from: ~
|
||||
ends_on: no_end_date
|
||||
end_date: ~
|
||||
number_of_occurences: ~
|
||||
number_of_occurrences: ~
|
||||
target: due_date
|
||||
show_from_delta: ~
|
||||
show_always: false
|
||||
|
|
@ -90,7 +90,7 @@ call_bill_gates_every_week:
|
|||
start_from: <%= way_back %>
|
||||
ends_on: no_end_date
|
||||
end_date: ~
|
||||
number_of_occurences: ~
|
||||
number_of_occurrences: ~
|
||||
target: due_date
|
||||
show_from_delta: 5
|
||||
recurring_period: weekly
|
||||
|
|
@ -117,7 +117,7 @@ check_with_bill_every_last_friday_of_month:
|
|||
start_from: <%= way_back %>
|
||||
ends_on: no_end_date
|
||||
end_date: ~
|
||||
number_of_occurences: ~
|
||||
number_of_occurrences: ~
|
||||
target: due_date
|
||||
show_from_delta: 5
|
||||
recurring_period: monthly
|
||||
|
|
@ -144,7 +144,7 @@ birthday_reinier:
|
|||
start_from: <%= way_back %>
|
||||
ends_on: no_end_date
|
||||
end_date: ~
|
||||
number_of_occurences: ~
|
||||
number_of_occurrences: ~
|
||||
target: due_date
|
||||
show_from_delta: 5
|
||||
show_always: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue