From 10b4209b0bf51367162bc11d9881c30efab5d79a Mon Sep 17 00:00:00 2001 From: Wahyu Ramadhan Date: Mon, 31 Jul 2023 10:55:14 +0700 Subject: [PATCH] Rename label --- edit-mode/function/ganttConfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edit-mode/function/ganttConfig.js b/edit-mode/function/ganttConfig.js index bb28c27..dc44cfc 100644 --- a/edit-mode/function/ganttConfig.js +++ b/edit-mode/function/ganttConfig.js @@ -276,7 +276,7 @@ var allColumns = [ } }, { - name: "planned_end", label: "Planned End", align: "center", min_width: 80, editor: editor.planned_end, resize: true, template: function (text) { + name: "planned_end", label: "Planned Finish", align: "center", min_width: 80, editor: editor.planned_end, resize: true, template: function (text) { if (!text.planned_end) { return text.end_date; }