diff options
author | Frédéric Guillot <fred@kanboard.net> | 2018-04-06 14:06:18 -0700 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2018-04-06 14:06:18 -0700 |
commit | f6e2dea411246c011d3d1d21d56fda0cf8c3705f (patch) | |
tree | 553bea6d2c5a1fa9fbd9ab2b13d08199e07d0ad5 /app/Locale/my_MY | |
parent | 0b306fa60ad84ea077111e0ff7b59208ba7bc8a3 (diff) |
Make sure no empty group is submitted on project permissions page
Diffstat (limited to 'app/Locale/my_MY')
-rw-r--r-- | app/Locale/my_MY/translations.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Locale/my_MY/translations.php b/app/Locale/my_MY/translations.php index a0e179de..69362337 100644 --- a/app/Locale/my_MY/translations.php +++ b/app/Locale/my_MY/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.' => '', ); |