Skip to content
Snippets Groups Projects
Unverified Commit 31eaa6e6 authored by Joas Schilling's avatar Joas Schilling
Browse files

Fix typo in "which"

parent 48239c97
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ declare(strict_types=1); ...@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment