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

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