Skip to content

Commit 5869300

Browse files
committed
Text improvement
1 parent 20f607b commit 5869300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/todoist/actions/create-task/create-task.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default {
1111
recurringInfoLabel: {
1212
type: "alert",
1313
alertType: "info",
14-
content: "To create a recurring task, use the `Due String` prop with a value such as `every week`. [See the Todoist documentation on recurring dates](https://www.todoist.com/help/articles/introduction-to-recurring-dates-YUYVJJAV) for more information.",
14+
content: "To create a recurring task, use the `Due String` prop with a value such as `every week`. [See the Todoist documentation on recurring dates](https://www.todoist.com/help/articles/introduction-to-recurring-dates-YUYVJJAV) for more examples and information.",
1515
},
1616
content: {
1717
propDefinition: [

0 commit comments

Comments
 (0)