Update database.php

This commit is contained in:
Lucas Bartholemy 2022-07-27 15:44:57 +02:00 committed by GitHub
parent cd4c697b7e
commit 9e62f1c99e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ use humhub\modules\ui\form\widgets\ActiveForm;
<strong><?= Yii::t('InstallerModule.base', 'Ohh, something went wrong!'); ?></strong><br/>
<?= Html::encode($errorMessage); ?>
</div>
<?php } ?>
<?php endif; ?>
<hr/>
<?= Html::submitButton(Yii::t('InstallerModule.base', 'Next'), ['class' => 'btn btn-primary', 'data-loader' => "modal", 'data-message' => Yii::t('InstallerModule.base', 'Initializing database...')]); ?>