summaryrefslogtreecommitdiff
path: root/app/Locale/zh_CN
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2018-04-06 14:06:18 -0700
committerFrédéric Guillot <fred@kanboard.net>2018-04-06 14:06:18 -0700
commitf6e2dea411246c011d3d1d21d56fda0cf8c3705f (patch)
tree553bea6d2c5a1fa9fbd9ab2b13d08199e07d0ad5 /app/Locale/zh_CN
parent0b306fa60ad84ea077111e0ff7b59208ba7bc8a3 (diff)
Make sure no empty group is submitted on project permissions page
Diffstat (limited to 'app/Locale/zh_CN')
-rw-r--r--app/Locale/zh_CN/translations.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Locale/zh_CN/translations.php b/app/Locale/zh_CN/translations.php
index be47277e..03afb4d8 100644
--- a/app/Locale/zh_CN/translations.php
+++ b/app/Locale/zh_CN/translations.php
@@ -1376,4 +1376,5 @@ return array(
// 'This task is now linked to the task %s with the relation "%s"' => '',
// 'The link with the relation "%s" to the task %s has been removed' => '',
// 'Custom Filter:' => '',
+ // 'Unable to find this group.' => '',
);