Merge pull request #205 from TonisOrmisson/fix-string1
Fix string: Two factor authentication protects (against -> in case of) stolen credentials
This commit is contained in:
@ -100,7 +100,7 @@ $module = Yii::$app->getModule('user');
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<p>
|
||||
<?= Yii::t('usuario', 'Two factor authentication protects you against stolen credentials') ?>.
|
||||
<?= Yii::t('usuario', 'Two factor authentication protects you in case of stolen credentials') ?>.
|
||||
</p>
|
||||
<div class="text-right">
|
||||
<?= Html::a(
|
||||
|
||||
Reference in New Issue
Block a user