Update label text in task edit templates and refresh cache timestamps
This commit is contained in:
8
.vscode/ftp-kr.sync.cache.json
vendored
8
.vscode/ftp-kr.sync.cache.json
vendored
@@ -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": {
|
||||
|
||||
@@ -122,7 +122,7 @@ if ( is_array( $this -> clients ) )
|
||||
</div>
|
||||
<?=
|
||||
\Html::input( [
|
||||
'label' => 'Przypomnij x dni przed:',
|
||||
'label' => 'Przypomnij x dni przed',
|
||||
'name' => 'reminders_interval',
|
||||
'value' => $this -> task[ 'reminders_interval' ],
|
||||
'inline' => true
|
||||
|
||||
@@ -128,7 +128,7 @@ if ( is_array( $this -> clients ) )
|
||||
</div>
|
||||
<?=
|
||||
\Html::input( [
|
||||
'label' => 'Przypomnij x dni przed:',
|
||||
'label' => 'Przypomnij x dni przed',
|
||||
'name' => 'reminders_interval',
|
||||
'value' => $this -> task[ 'reminders_interval' ],
|
||||
'inline' => true
|
||||
|
||||
Reference in New Issue
Block a user