diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-11-09 11:17:07 -0800 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-11-09 11:17:07 -0800 |
commit | a12e159de06b2a09c9e6cfd6cab47392c7b7f3f6 (patch) | |
tree | 7f99975283f6b04c98d167cc89a02219b6e5e07a /app/Locale/bs_BA | |
parent | d8e88582f776842ad510f0a42e4705d672c0c277 (diff) |
Check if the start date is before due date
Diffstat (limited to 'app/Locale/bs_BA')
-rw-r--r-- | app/Locale/bs_BA/translations.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Locale/bs_BA/translations.php b/app/Locale/bs_BA/translations.php index 47b83f9b..d34ee504 100644 --- a/app/Locale/bs_BA/translations.php +++ b/app/Locale/bs_BA/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' => '', ); |