Merge pull request #7400 from Atomk/patch-4

Update tasks.json
This commit is contained in:
Blade Barringer
2016-05-30 15:23:56 -05:00
+1 -1
View File
@@ -126,6 +126,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."
}