Fix translation typo

This commit is contained in:
Frederic Guillot
2015-04-06 17:39:43 -04:00
parent 2f7b3ed87f
commit e3b1dbee2b
18 changed files with 18 additions and 18 deletions

View File

@@ -17,7 +17,7 @@
<p><?= t('Secret key: ') ?><strong><?= $this->e($user['twofactor_secret']) ?></strong> (base32)</p>
<p><br/><img src="<?= $qrcode_url ?>"/><br/><br/></p>
<p>
<?= t('This QR Ccde contains the key URI: ') ?><strong><?= $this->e($key_url) ?></strong>
<?= t('This QR code contains the key URI: ') ?><strong><?= $this->e($key_url) ?></strong>
<br/><br/>
<?= t('Save the secret key in your TOTP software (by example Google Authenticator or FreeOTP).') ?>
</p>