= Yii::t('user', 'Please click the button below to confirm your email address:') ?>
= Yii::t('user', 'Confirm Email') ?>
= Yii::t('user', 'If the button above does not work, copy and paste this URL into your browser:') ?>
= Html::encode($url) ?>
= Yii::t('user', 'This link will expire in {hours} hours.', ['hours' => round($module->confirmWithin / 3600)]) ?>
= Yii::t('user', 'If you did not request this email, please ignore it.') ?>