Add seconds after ExecuteInterval

This commit is contained in:
Isaac Connor
2022-05-17 14:50:09 -04:00
parent dd17bf5ef7
commit 0dd7539ce9

View File

@@ -482,7 +482,7 @@ if ( ZM_OPT_MESSAGE ) {
</p>
<p>
<label for="ExecuteInterval"><?php echo translate('Execute Interval') ?></label>
<input type="number" id="filter[ExecuteInterval]" name="filter[ExecuteInterval]" min="0" step="1" value="<?php echo $filter->ExecuteInterval() ?>" />
<input type="number" id="filter[ExecuteInterval]" name="filter[ExecuteInterval]" min="0" step="1" value="<?php echo $filter->ExecuteInterval() ?>" /><?php echo translate('seconds'); ?>
</p>
<p>
<label for="Concurrent"><?php echo translate('ConcurrentFilter') ?></label>