fix 2fa challenge page wording

This commit is contained in:
Christoph Wurst 2016-08-27 11:10:36 +02:00
parent dc57b89f37
commit c93c5d142e
No known key found for this signature in database
GPG Key ID: CC42AC2A7F0E56D8
2 changed files with 2 additions and 3 deletions

View File

@ -11,7 +11,6 @@ $template = $_['template'];
<div class="warning"> <div class="warning">
<h2><?php p($provider->getDisplayName()); ?></h2> <h2><?php p($provider->getDisplayName()); ?></h2>
<p><?php p($l->t('Please authenticate using the selected factor.')) ?></p>
<?php if ($error): ?> <?php if ($error): ?>
<p><?php p($l->t('An error occured while verifying the token')); ?></p> <p><?php p($l->t('An error occured while verifying the token')); ?></p>
<?php endif; ?> <?php endif; ?>