diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-10-16 19:09:25 -0700 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-10-16 19:09:25 -0700 |
commit | 41c2ab0c2451ea00d1236bc31f13ee7c2da97c3a (patch) | |
tree | fa1dda191117d08b4196138248eb5ed97cbdc14b /app/Locale/vi_VN | |
parent | 914b40b4afcfd309eed4044ea93a52ba636e90e7 (diff) |
Add tooltip to subtask icons
Diffstat (limited to 'app/Locale/vi_VN')
-rw-r--r-- | app/Locale/vi_VN/translations.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/Locale/vi_VN/translations.php b/app/Locale/vi_VN/translations.php index 7fa77c9f..3749a288 100644 --- a/app/Locale/vi_VN/translations.php +++ b/app/Locale/vi_VN/translations.php @@ -1347,4 +1347,7 @@ return array( 'Create another link' => 'Tạo liên kết khác', 'BRL - Brazilian Real' => 'BRL - Brazilian Real', // 'Add a new Kanboard task' => '', + // 'Subtask not started' => '', + // 'Subtask currently in progress' => '', + // 'Subtask completed' => '', ); |