diff options
Diffstat (limited to 'app/Model')
-rw-r--r-- | app/Model/UserNotificationFilterModel.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Model/UserNotificationFilterModel.php b/app/Model/UserNotificationFilterModel.php index 112ba290..5cb2da60 100644 --- a/app/Model/UserNotificationFilterModel.php +++ b/app/Model/UserNotificationFilterModel.php @@ -41,7 +41,7 @@ class UserNotificationFilterModel extends Base self::FILTER_NONE => t('All tasks'), self::FILTER_ASSIGNEE => t('Only for tasks assigned to me'), self::FILTER_CREATOR => t('Only for tasks created by me'), - self::FILTER_BOTH => t('Only for tasks created by me and assigned to me'), + self::FILTER_BOTH => t('Only for tasks created by me and tasks assigned to me'), ); } |