adjust label of checkbox to delete preview images and text

This commit is contained in:
Uwe Steinmann 2023-01-03 16:59:08 +01:00
parent 51d8ebbf60
commit eb0be965ee

View File

@ -48,7 +48,8 @@ class SeedDMS_View_ClearCache extends SeedDMS_Theme_Style {
<?php <?php
$this->contentContainerStart('warning'); $this->contentContainerStart('warning');
?> ?>
<input type="checkbox" name="preview" value="1" checked> <?php printMLText('preview_images'); ?> <p>
<input type="checkbox" name="preview" value="1" checked> <?php printMLText('preview_images_text'); ?>
</p> </p>
<p> <p>
<input type="checkbox" name="js" value="1" checked> <?php printMLText('temp_jscode'); ?> <input type="checkbox" name="js" value="1" checked> <?php printMLText('temp_jscode'); ?>