Fix typo in "which"
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
48239c97c1
commit
31eaa6e6f4
|
@ -25,7 +25,7 @@ declare(strict_types=1);
|
||||||
?>
|
?>
|
||||||
<div class="body-login-container update">
|
<div class="body-login-container update">
|
||||||
<h2 class="two-factor-header"><?php p($l->t('Setup two-factor authentication')) ?></h2>
|
<h2 class="two-factor-header"><?php p($l->t('Setup two-factor authentication')) ?></h2>
|
||||||
<?php p($l->t('Enhanced security is enforced for your account. Choose wich provider to set up:')) ?>
|
<?php p($l->t('Enhanced security is enforced for your account. Choose which provider to set up:')) ?>
|
||||||
<ul>
|
<ul>
|
||||||
<?php foreach ($_['providers'] as $provider): ?>
|
<?php foreach ($_['providers'] as $provider): ?>
|
||||||
<li>
|
<li>
|
||||||
|
|
Loading…
Reference in New Issue