diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-05-12 18:24:58 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-05-12 18:24:58 -0400 |
commit | 740b0ac1a5383456e1efef0f073576318d214fbb (patch) | |
tree | 223442597172f47d79923376e1abff47dc652002 /app/Locale/my_MY | |
parent | eab2d872a844a7b7312d7aaa9e52ddc43fab38aa (diff) |
Fix wrong dropdown menu in group members list
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 fb9b76fb..a588f4dc 100644 --- a/app/Locale/my_MY/translations.php +++ b/app/Locale/my_MY/translations.php @@ -1333,4 +1333,5 @@ return array( // 'Only moving task between those columns is permitted for tasks assigned to the current user' => '', // '[DUPLICATE]' => '', // 'DKK - Danish Krona' => '', + // 'Remove user from group' => '', ); |