aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2022-06-14 14:34:20 +0200
committerChristoph Wurst <christoph@winzerhof-wurst.at>2022-06-14 14:34:20 +0200
commit3ce1f908a1c59c7b0f17748bd0a7c8b6fcbea4d3 (patch)
tree615fa6f12a52cd9ed302ec17aef769dc5cae3eee
parentad10cd5f65fc145889bade0a57a910502cd02750 (diff)
downloadnextcloud-server-3ce1f908a1c59c7b0f17748bd0a7c8b6fcbea4d3.tar.gz
nextcloud-server-3ce1f908a1c59c7b0f17748bd0a7c8b6fcbea4d3.zip
Fix 2FA setup vs set up typo
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-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): ?>