From 4c70824ddcfaa4e0d0be01bf2e0301c231c09c50 Mon Sep 17 00:00:00 2001 From: Lorenzo Milesi Date: Fri, 13 Jul 2018 09:39:25 +0200 Subject: [PATCH] Fix typo --- src/User/Form/RegistrationForm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/User/Form/RegistrationForm.php b/src/User/Form/RegistrationForm.php index 7c819de..305877d 100644 --- a/src/User/Form/RegistrationForm.php +++ b/src/User/Form/RegistrationForm.php @@ -103,7 +103,7 @@ class RegistrationForm extends Model public function attributeHints() { 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'), $this->module->GDPRprivacyPolicyUrl,