diff options
Diffstat (limited to 'core/templates/twofactorsetupselection.php')
-rw-r--r-- | core/templates/twofactorsetupselection.php | 2 |
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): ?> |