summaryrefslogtreecommitdiff
path: root/app/Template/twofactor/index.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-04-06 17:39:43 -0400
committerFrederic Guillot <fred@kanboard.net>2015-04-06 17:39:43 -0400
commite3b1dbee2b109fd93e93efb298505be68c846dd7 (patch)
tree435b1efd0df41284073047d68aee2108b94d5980 /app/Template/twofactor/index.php
parent2f7b3ed87f5c7c23e159eaf4163b4a28715ebcce (diff)
Fix translation typo
Diffstat (limited to 'app/Template/twofactor/index.php')
-rw-r--r--app/Template/twofactor/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/twofactor/index.php b/app/Template/twofactor/index.php
index bc9a12e9..28e93f14 100644
--- a/app/Template/twofactor/index.php
+++ b/app/Template/twofactor/index.php
@@ -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>