Fix 2FA setup vs set up typo

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Christoph Wurst 2022-06-14 14:34:20 +02:00
parent ad10cd5f65
commit 3ce1f908a1
No known key found for this signature in database
GPG key ID: CC42AC2A7F0E56D8

View file

@ -24,7 +24,7 @@ declare(strict_types=1);
?>
<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('Set up two-factor authentication')) ?></h2>
<?php p($l->t('Enhanced security is enforced for your account. Choose which provider to set up:')) ?>
<ul>
<?php foreach ($_['providers'] as $provider): ?>