summaryrefslogtreecommitdiff
path: root/app/Controller
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2016-10-21 07:41:52 -0400
committerFrédéric Guillot <fred@kanboard.net>2016-10-21 07:41:52 -0400
commitc2e3f1eba95c86efdc429c16b94e87b0687241dd (patch)
treef43c6bac1b8fe20603ec7ee3f35ed0c4d9e1e7d3 /app/Controller
parent6a3e435e89173d6e14377c975d42c3c0b18f2ea3 (diff)
Show error messages in dialog box to move tasks
Diffstat (limited to 'app/Controller')
-rw-r--r--app/Controller/TaskMovePositionController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controller/TaskMovePositionController.php b/app/Controller/TaskMovePositionController.php
index a655ca0a..cb4afd04 100644
--- a/app/Controller/TaskMovePositionController.php
+++ b/app/Controller/TaskMovePositionController.php
@@ -36,7 +36,7 @@ class TaskMovePositionController extends BaseController
$values = $this->request->getJson();
if (! $this->helper->projectRole->canMoveTask($task['project_id'], $task['column_id'], $values['column_id'])) {
- throw new AccessForbiddenException(e("You don't have the permission to move this task"));
+ throw new AccessForbiddenException(e('You are not allowed to move this task.'));
}
$result = $this->taskPositionModel->movePosition(