This commit is contained in:
Lorenzo Milesi
2018-07-13 09:39:25 +02:00
parent 160df9b425
commit 4c70824ddc

View File

@ -103,7 +103,7 @@ class RegistrationForm extends Model
public function attributeHints() public function attributeHints()
{ {
return [ return [
'gdpr_consent' => Yii::t('usuario', 'I aggree processing of my personal data and the use of cookies to facilitate the operation of this site. For more information read our {privacyPolicy}', 'gdpr_consent' => Yii::t('usuario', 'I agree processing of my personal data and the use of cookies to facilitate the operation of this site. For more information read our {privacyPolicy}',
[ [
'privacyPolicy' => Html::a(Yii::t('usuario', 'privacy policy'), 'privacyPolicy' => Html::a(Yii::t('usuario', 'privacy policy'),
$this->module->GDPRprivacyPolicyUrl, $this->module->GDPRprivacyPolicyUrl,