aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2022-06-14 15:33:29 +0200
committerGitHub <noreply@github.com>2022-06-14 15:33:29 +0200
commit06b785d3bc65a8c31db31290d3e9f628587e62e2 (patch)
tree615fa6f12a52cd9ed302ec17aef769dc5cae3eee
parentad10cd5f65fc145889bade0a57a910502cd02750 (diff)
parent3ce1f908a1c59c7b0f17748bd0a7c8b6fcbea4d3 (diff)
downloadnextcloud-server-06b785d3bc65a8c31db31290d3e9f628587e62e2.tar.gz
nextcloud-server-06b785d3bc65a8c31db31290d3e9f628587e62e2.zip
Merge pull request #32875 from nextcloud/fix/setup-set-up-2fa
Fix 2FA setup vs set up typo
-rw-r--r--core/templates/twofactorsetupselection.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/twofactorsetupselection.php b/core/templates/twofactorsetupselection.php
index 837d171a80d..fe4e3517351 100644
--- a/core/templates/twofactorsetupselection.php
+++ b/core/templates/twofactorsetupselection.php
@@ -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): ?>