summaryrefslogtreecommitdiff
path: root/app/Model
diff options
context:
space:
mode:
Diffstat (limited to 'app/Model')
-rw-r--r--app/Model/ProjectRoleRestrictionModel.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Model/ProjectRoleRestrictionModel.php b/app/Model/ProjectRoleRestrictionModel.php
index b7a8e084..45e7ed2f 100644
--- a/app/Model/ProjectRoleRestrictionModel.php
+++ b/app/Model/ProjectRoleRestrictionModel.php
@@ -34,7 +34,7 @@ class ProjectRoleRestrictionModel extends Base
self::RULE_TASK_OPEN_CLOSE => t('Closing or opening a task is not permitted'),
self::RULE_TASK_MOVE => t('Moving a task is not permitted'),
self::RULE_TASK_CHANGE_ASSIGNEE => t('Changing assignee is not permitted'),
- self::RULE_TASK_UPDATE_ASSIGNED => t('Update only assigned tasks'),
+ self::RULE_TASK_UPDATE_ASSIGNED => t('Update only assigned tasks is permitted'),
);
}