add i18n
This commit is contained in:
@@ -12,7 +12,6 @@ use yii\widgets\ActiveForm;
|
||||
|
||||
<?php $form = ActiveForm::begin(); ?>
|
||||
|
||||
<?php echo Yii::t('common', 'Create')?>
|
||||
|
||||
<?= $form->field($model, 'username')->textInput() ?>
|
||||
<?= $form->field($model, 'email')->textInput() ?>
|
||||
|
||||
Reference in New Issue
Block a user