mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
Fix rich text documentation of tickler date, which has always been incorrect.
This commit is contained in:
parent
9b0a47faa3
commit
785e1f836a
2 changed files with 3 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ mailmap:
|
|||
<td><</td><td><%= I18n.t 'integrations.email_rich.field_descriptions.due_date' %></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>></td><td><%= I18n.t 'integrations.email_rich.field_descriptions.due_date' %></td>
|
||||
<td>></td><td><%= I18n.t 'integrations.email_rich.field_descriptions.tickler_date' %></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>#</td><td><%= I18n.t 'integrations.email_rich.field_descriptions.tag' %></td>
|
||||
|
|
|
|||
|
|
@ -494,6 +494,8 @@ en:
|
|||
project: The project to place the Todo in
|
||||
due_date: The due date for the Todo (may be 2 digits for day, 4 digits for
|
||||
month-day, or 6 digits for year-month-day)
|
||||
tickler_date: The tickler date for the Todo (may be 2 digits for day, 4 digits for
|
||||
month-day, or 6 digits for year-month-day)
|
||||
tag: A tag to apply to the Todo – may be used multiple times
|
||||
star: Flag to star the Todo
|
||||
example_names:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue