diff --git a/.vscode/ftp-kr.sync.cache.json b/.vscode/ftp-kr.sync.cache.json index 3716673..19fe1c8 100644 --- a/.vscode/ftp-kr.sync.cache.json +++ b/.vscode/ftp-kr.sync.cache.json @@ -143,19 +143,19 @@ "style.css": { "type": "-", "size": 16849, - "lmtime": 1732087416018, + "lmtime": 1732104825072, "modified": false }, "style.css.map": { "type": "-", "size": 30257, - "lmtime": 1732087416018, + "lmtime": 1732104825072, "modified": false }, "style.scss": { "type": "-", "size": 20988, - "lmtime": 1732087415544, + "lmtime": 1732104824584, "modified": false } }, @@ -236,7 +236,7 @@ "main-view.php": { "type": "-", "size": 14263, - "lmtime": 1731879244449, + "lmtime": 1732104802703, "modified": false }, "operation-edit.php": { diff --git a/templates/projects/task-edit.php b/templates/projects/task-edit.php index c93045c..b1fdd76 100644 --- a/templates/projects/task-edit.php +++ b/templates/projects/task-edit.php @@ -122,7 +122,7 @@ if ( is_array( $this -> clients ) ) 'Przypomnij x dni przed:', + 'label' => 'Przypomnij x dni przed', 'name' => 'reminders_interval', 'value' => $this -> task[ 'reminders_interval' ], 'inline' => true diff --git a/templates/tasks/task_edit.php b/templates/tasks/task_edit.php index 2ed39e7..c3a71a5 100644 --- a/templates/tasks/task_edit.php +++ b/templates/tasks/task_edit.php @@ -128,7 +128,7 @@ if ( is_array( $this -> clients ) ) 'Przypomnij x dni przed:', + 'label' => 'Przypomnij x dni przed', 'name' => 'reminders_interval', 'value' => $this -> task[ 'reminders_interval' ], 'inline' => true