From 48acf99fd10da2bb755d56f9dfd7c0210e76abeb Mon Sep 17 00:00:00 2001
From: Craig Crosby <creecros@gmail.com>
Date: Tue, 2 Jul 2019 22:52:22 -0400
Subject: Sort columns by due date

---
 app/Locale/fi_FI/translations.php | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'app/Locale/fi_FI')

diff --git a/app/Locale/fi_FI/translations.php b/app/Locale/fi_FI/translations.php
index e3aaa9f5..93c12d88 100644
--- a/app/Locale/fi_FI/translations.php
+++ b/app/Locale/fi_FI/translations.php
@@ -1398,6 +1398,8 @@ return array(
     // 'Reorder this column by assignee and priority (DESC)' => '',
     // 'Reorder this column by assignee (A-Z)' => '',
     // 'Reorder this column by assignee (Z-A)' => '',
+    // 'Reorder this column by due date (ASC)' => '',
+    // 'Reorder this column by due date (DESC)' => '',
     // '%s moved the task #%d "%s" to the project "%s"' => '',
     // 'Task #%d "%s" has been moved to the project "%s"' => '',
     // 'Move the task to another column when due date is less than a certain number of days' => '',
-- 
cgit v1.2.3