Wording for scheduled options (#6138)

This commit is contained in:
Yuriy Bakhtin 2023-03-01 19:53:21 +04:00 committed by GitHub
parent 24c80edb51
commit 32d3c3434b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ use humhub\widgets\ModalDialog;
/* @var ScheduleOptionsForm $scheduleOptions */
/* @var bool $disableInputs */
?>
<?php ModalDialog::begin(['header' => Yii::t('ContentModule.base', '<strong>Scheduling </strong> Options')]) ?>
<?php ModalDialog::begin(['header' => Yii::t('ContentModule.base', '<strong>Scheduling</strong> Options')]) ?>
<?php $form = ActiveForm::begin() ?>
<?= Html::hiddenInput('state', Content::STATE_SCHEDULED) ?>
@ -37,6 +37,9 @@ use humhub\widgets\ModalDialog;
->widget(TimePicker::class, ['disabled' => $disableInputs])
->label(false) ?>
</div>
<div class="col-xs-12">
<p class="help-block"><?= Yii::t('ContentModule.base', 'Note: Due to technical reasons there may be a delay of a few minutes.') ?></p>
</div>
</div>
</div>