Update label text in task edit templates and refresh cache timestamps

This commit is contained in:
2024-11-22 12:24:24 +01:00
parent cdd690d495
commit 2e994f9abc
3 changed files with 6 additions and 6 deletions

View File

@@ -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": {

View File

@@ -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

View File

@@ -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