summaryrefslogtreecommitdiffstats
path: root/core/templates/twofactorshowchallenge.php
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2016-08-27 12:27:05 +0200
committerChristoph Wurst <christoph@winzerhof-wurst.at>2016-08-27 12:27:05 +0200
commit78bb02d27ab3c9110b8e63117dc8a25ea0610ca2 (patch)
treedc0a2e903e4f7e36dcc8f7c788c92d5e1ae7f579 /core/templates/twofactorshowchallenge.php
parent4a9167315435a37f12b8c47ec3a9d9c81183e321 (diff)
downloadnextcloud-server-78bb02d27ab3c9110b8e63117dc8a25ea0610ca2.tar.gz
nextcloud-server-78bb02d27ab3c9110b8e63117dc8a25ea0610ca2.zip
list 2FA providers as buttons
Diffstat (limited to 'core/templates/twofactorshowchallenge.php')
-rw-r--r--core/templates/twofactorshowchallenge.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/twofactorshowchallenge.php b/core/templates/twofactorshowchallenge.php
index 713032d923d..fb161921675 100644
--- a/core/templates/twofactorshowchallenge.php
+++ b/core/templates/twofactorshowchallenge.php
@@ -12,7 +12,7 @@ $template = $_['template'];
<div class="warning">
<h2 class="two-factor-header"><?php p($provider->getDisplayName()); ?></h2>
<?php if ($error): ?>
- <p><?php p($l->t('An error occured while verifying the token')); ?></p>
+ <p><strong><?php p($l->t('Error while validating your second factor')); ?></strong></p>
<?php endif; ?>
<?php print_unescaped($template); ?>
</div>