diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-03-11 19:01:40 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-03-11 19:01:40 -0500 |
commit | cfd3000d833d3a99df0b4248e3b6160e9be4f22a (patch) | |
tree | 2a4ccff357a394670a49fd4447f3ebaee637b667 /app/Locale/zh_CN/translations.php | |
parent | bb9e7916574bd7e21550bf7505757fccae6cbdd0 (diff) |
Move notifications outside of dashboard
Diffstat (limited to 'app/Locale/zh_CN/translations.php')
-rw-r--r-- | app/Locale/zh_CN/translations.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Locale/zh_CN/translations.php b/app/Locale/zh_CN/translations.php index ffab7337..f68b59dc 100644 --- a/app/Locale/zh_CN/translations.php +++ b/app/Locale/zh_CN/translations.php @@ -808,7 +808,7 @@ return array( 'Assignee changed on task #%d' => '任务#%d的指派人已改变', '%d overdue tasks' => '%d条超期任务', 'Task #%d is overdue' => '任务#%d已超期', - 'No new notifications.' => '没有新通知', + 'No notification.' => '没有新通知', 'Mark all as read' => '标记所有为已读', 'Mark as read' => '标记为已读', 'Total number of tasks in this column across all swimlanes' => '此任务栏下的任务数(跨里程碑)', |