use "in case of" instead of "against" in string

"Two factor authentication protects you against stolen credentials"
This commit is contained in:
Tõnis Ormisson
2018-07-18 19:23:52 +03:00
parent de89166051
commit c514c850bd
26 changed files with 255 additions and 229 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(