Changed "Done!" to "Mark task done" on green button

This commit is contained in:
David Morlitz 2022-01-08 15:48:47 -05:00
parent 0473c385d6
commit 6f5f7b190a
1 changed files with 3 additions and 3 deletions

View File

@ -491,7 +491,7 @@
}, },
"editor": { "editor": {
"edit": "Edit", "edit": "Edit",
"done": "Done", "done": "Mark task done",
"heading1": "Heading 1", "heading1": "Heading 1",
"heading2": "Heading 2", "heading2": "Heading 2",
"heading3": "Heading 3", "heading3": "Heading 3",
@ -545,7 +545,7 @@
"chooseStartDate": "Click here to set a start date", "chooseStartDate": "Click here to set a start date",
"chooseEndDate": "Click here to set an end date", "chooseEndDate": "Click here to set an end date",
"move": "Move task to a different list", "move": "Move task to a different list",
"done": "Done!", "done": "Mark task done!",
"undone": "Mark as undone", "undone": "Mark as undone",
"created": "Created {0} by {1}", "created": "Created {0} by {1}",
"updated": "Updated {0}", "updated": "Updated {0}",
@ -781,7 +781,7 @@
"then": "then", "then": "then",
"task": { "task": {
"title": "Task Page", "title": "Task Page",
"done": "Mark a task as done", "done": "Done",
"assign": "Assign to a user", "assign": "Assign to a user",
"labels": "Add labels to this task", "labels": "Add labels to this task",
"dueDate": "Change the due date of this task", "dueDate": "Change the due date of this task",