diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-06-03 11:32:24 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-06-03 11:32:24 -0400 |
commit | 43e4662b842248952aa53ebb69e8e833682a055c (patch) | |
tree | 5d20cf69c3d4998c00a396ac4096b8ade744c372 /app/Locale/my_MY | |
parent | 6251ac62d43817b996c2f0131433c1955e08a1de (diff) |
Add new automatic action to assign tasks to its creator
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 a588f4dc..1e7f4e04 100644 --- a/app/Locale/my_MY/translations.php +++ b/app/Locale/my_MY/translations.php @@ -1334,4 +1334,5 @@ return array( // '[DUPLICATE]' => '', // 'DKK - Danish Krona' => '', // 'Remove user from group' => '', + // 'Assign the task to its creator' => '', ); |