diff options
Diffstat (limited to 'core/templates/twofactorsetupchallenge.php')
-rw-r--r-- | core/templates/twofactorsetupchallenge.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/twofactorsetupchallenge.php b/core/templates/twofactorsetupchallenge.php index 9c182db1715..a5b8b44f049 100644 --- a/core/templates/twofactorsetupchallenge.php +++ b/core/templates/twofactorsetupchallenge.php @@ -11,6 +11,6 @@ $template = $_['template']; <h2 class="two-factor-header"><?php p($provider->getDisplayName()); ?></h2> <?php print_unescaped($template); ?> <p><a class="two-factor-secondary" href="<?php print_unescaped($_['logout_url']); ?>"> - <?php p($l->t('Cancel log in')) ?> + <?php p($l->t('Cancel login')) ?> </a></p> </div> |