mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Fix 2FA setup vs set up typo
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
parent
ad10cd5f65
commit
3ce1f908a1
1 changed files with 1 additions and 1 deletions
|
|
@ -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): ?>
|
||||
|
|
|
|||
Loading…
Reference in a new issue