From c4c70ba1bdd0f8c0fd98b91055ff4d90f33ebff9 Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Tue, 20 Sep 2016 07:46:54 -0500 Subject: [PATCH] fix: Clarify what toRequired string means --- website/common/locales/en/tasks.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/common/locales/en/tasks.json b/website/common/locales/en/tasks.json index 113939d517..8ae133571f 100644 --- a/website/common/locales/en/tasks.json +++ b/website/common/locales/en/tasks.json @@ -74,7 +74,7 @@ "clearTags": "Clear", "hideTags": "Hide", "showTags": "Show", - "toRequired": "You must supply a to value", + "toRequired": "You must supply a \"to\" property", "startDate": "Start Date", "startDateHelpTitle": "When should this task start?", "startDateHelp": "Set the date for which this task takes effect. Will not be due on earlier days.",