Translatable form. Fix #283

This commit is contained in:
Lorenzo Milesi
2018-10-23 12:29:44 +02:00
parent adf9321db8
commit 5ef46729d0

View File

@ -82,5 +82,10 @@ class GdprDeleteForm extends Model
return $this->user; return $this->user;
} }
public function attributeLabels()
{
return [
'password' => Yii::t('usuario', 'Password'),
];
}
} }