From 5a2616069a50a03fff4d9e240dfcbb9dd748b22f Mon Sep 17 00:00:00 2001 From: Marco Fras Date: Sat, 21 May 2016 22:12:28 +0200 Subject: [PATCH] Update tasks.json Added a period for constistency with other strings. (hope this is the right way to do it) --- common/locales/en/tasks.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/locales/en/tasks.json b/common/locales/en/tasks.json index 5b32829f81..3ad86fa6a8 100644 --- a/common/locales/en/tasks.json +++ b/common/locales/en/tasks.json @@ -125,6 +125,6 @@ "tagIdRequired": "\"tagId\" must be a valid UUID corresponding to a tag belonging to the user.", "positionRequired": "\"position\" is required and must be a number.", "cantMoveCompletedTodo": "Can't move a completed todo.", - "directionUpDown": "\"direction\" is required and must be 'up' or 'down'", + "directionUpDown": "\"direction\" is required and must be 'up' or 'down'.", "alreadyTagged": "The task is already tagged with given tag." }