diff options
Diffstat (limited to 'app/Action')
-rw-r--r-- | app/Action/TaskUpdateStartDateOnMoveColumn.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Action/TaskUpdateStartDateOnMoveColumn.php b/app/Action/TaskUpdateStartDateOnMoveColumn.php index c386d1e1..2255e83a 100644 --- a/app/Action/TaskUpdateStartDateOnMoveColumn.php +++ b/app/Action/TaskUpdateStartDateOnMoveColumn.php @@ -19,7 +19,7 @@ class TaskUpdateStartDateOnMoveColumn extends Base */ public function getDescription() { - return t('Automatically update the start date when task move away from certain column'); + return t('Automatically update the start date when the task is moved away from a specific column'); } /** |