diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-04-08 16:59:43 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-04-08 16:59:43 -0400 |
commit | 6dcaf43c52b7f244e9c44c0da83814eb6ab497de (patch) | |
tree | d3cef8302abc4bc436ef6c7941f99afe4cb0c9d1 /app/Model | |
parent | 2b0936ac31a92bb0ff9b313ea9bbb425ea0945c5 (diff) |
Sync locales
Diffstat (limited to 'app/Model')
-rw-r--r-- | app/Model/ProjectRoleRestrictionModel.php | 2 |
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'), ); } |