fix 2fa challenge page wording
This commit is contained in:
parent
dc57b89f37
commit
c93c5d142e
|
@ -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; ?>
|
||||||
|
|
Loading…
Reference in New Issue