From 6f5f7b190a19f198f950a68fdd2d1038fc995dd8 Mon Sep 17 00:00:00 2001 From: David Morlitz Date: Sat, 8 Jan 2022 15:48:47 -0500 Subject: [PATCH] Changed "Done!" to "Mark task done" on green button --- src/i18n/lang/en.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/i18n/lang/en.json b/src/i18n/lang/en.json index 7e145529a..809640495 100644 --- a/src/i18n/lang/en.json +++ b/src/i18n/lang/en.json @@ -491,7 +491,7 @@ }, "editor": { "edit": "Edit", - "done": "Done", + "done": "Mark task done", "heading1": "Heading 1", "heading2": "Heading 2", "heading3": "Heading 3", @@ -545,7 +545,7 @@ "chooseStartDate": "Click here to set a start date", "chooseEndDate": "Click here to set an end date", "move": "Move task to a different list", - "done": "Done!", + "done": "Mark task done!", "undone": "Mark as undone", "created": "Created {0} by {1}", "updated": "Updated {0}", @@ -781,7 +781,7 @@ "then": "then", "task": { "title": "Task Page", - "done": "Mark a task as done", + "done": "Done", "assign": "Assign to a user", "labels": "Add labels to this task", "dueDate": "Change the due date of this task",