Missing translatable strings #276
This commit is contained in:
@ -36,7 +36,7 @@ use yii\widgets\ActiveForm;
|
||||
<?= $form->field($model, 'rule')->widget(SelectizeDropDownList::class, [
|
||||
'items' => ArrayHelper::map(Yii::$app->getAuthManager()->getRules(), 'name', 'name'),
|
||||
'options' => [
|
||||
'prompt' => 'Select rule...'
|
||||
'prompt' => Yii::t('usuario', 'Select rule...'),
|
||||
]
|
||||
]) ?>
|
||||
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @var \Da\User\Model\Role $model
|
||||
* @var \Da\User\Model\Rule $model
|
||||
* @var $this yii\web\View
|
||||
* @var $unassignedItems string[]
|
||||
*/
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @var \Da\User\Model\Role $model
|
||||
* @var \Da\User\Model\Rule $model
|
||||
* @var $this yii\web\View
|
||||
* @var $unassignedItems string[]
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user