summaryrefslogtreecommitdiff
path: root/app/Locale/id_ID
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2017-11-09 11:17:07 -0800
committerFrederic Guillot <fred@kanboard.net>2017-11-09 11:17:07 -0800
commita12e159de06b2a09c9e6cfd6cab47392c7b7f3f6 (patch)
tree7f99975283f6b04c98d167cc89a02219b6e5e07a /app/Locale/id_ID
parentd8e88582f776842ad510f0a42e4705d672c0c277 (diff)
Check if the start date is before due date
Diffstat (limited to 'app/Locale/id_ID')
-rw-r--r--app/Locale/id_ID/translations.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Locale/id_ID/translations.php b/app/Locale/id_ID/translations.php
index 9ee0a603..e1d9491b 100644
--- a/app/Locale/id_ID/translations.php
+++ b/app/Locale/id_ID/translations.php
@@ -1356,4 +1356,5 @@ return array(
// 'Template removed successfully.' => '',
// 'Unable to remove this template.' => '',
// 'Template for the task description' => '',
+ // 'The start date is greater than the end date' => '',
);