diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-11-03 10:57:00 -0700 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-11-03 10:57:00 -0700 |
commit | e6f8a76a188960512ced32133b85686d9a8d9090 (patch) | |
tree | a7d4ff84eb127a8d542244e276c4775886c88a85 /app/Locale/my_MY | |
parent | 78a2d3142c8da35ed072fdb035a2351594b128cc (diff) |
Use task description templates in bulk task creation
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 b0bcf90f..8e612928 100644 --- a/app/Locale/my_MY/translations.php +++ b/app/Locale/my_MY/translations.php @@ -1356,4 +1356,5 @@ return array( // 'Template removed successfully.' => '', // 'Unable to remove this template.' => '', // 'Description Templates' => '', + // 'Template for the task description' => '', ); |