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:
Antonio Ramirez
2018-09-28 08:34:41 +02:00
committed by GitHub
26 changed files with 468 additions and 446 deletions

View File

@ -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(