summaryrefslogtreecommitdiff
path: root/app/Locale/zh_TW
diff options
context:
space:
mode:
authorAndrew Engelbrecht <ae@n0r.co>2018-05-04 18:34:15 -0400
committerFrédéric Guillot <fred@kanboard.net>2018-05-04 16:38:12 -0700
commit61a9b594c0926f0c9c6123647d667fcecb5d2938 (patch)
treed2823e9c2bafb2a0c845cc7d0573bc44f2ee6a1c /app/Locale/zh_TW
parent2dabf6e39f29a4e4118704fc2bf2085d5b70c33b (diff)
Clarified English text: logical 'and' not intended
See issue #3817
Diffstat (limited to 'app/Locale/zh_TW')
-rw-r--r--app/Locale/zh_TW/translations.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Locale/zh_TW/translations.php b/app/Locale/zh_TW/translations.php
index 6bee6509..cab4664f 100644
--- a/app/Locale/zh_TW/translations.php
+++ b/app/Locale/zh_TW/translations.php
@@ -648,7 +648,7 @@ return array(
'All tasks' => '所有任務',
'Only for tasks assigned to me' => '所有指派给我的任務',
'Only for tasks created by me' => '所有我建立的任務',
- 'Only for tasks created by me and assigned to me' => '所有我建立的並且指派给我的任務',
+ 'Only for tasks created by me and tasks assigned to me' => '所有我建立的並且指派给我的任務',
// '%%Y-%%m-%%d' => '',
'Total for all columns' => '所有欄位下的',
'You need at least 2 days of data to show the chart.' => '目前柱狀圖至少需要2天的資料。',