diff options
Diffstat (limited to 'core/templates/twofactorselectchallenge.php')
-rw-r--r-- | core/templates/twofactorselectchallenge.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/twofactorselectchallenge.php b/core/templates/twofactorselectchallenge.php index 8508039268e..86561cddb36 100644 --- a/core/templates/twofactorselectchallenge.php +++ b/core/templates/twofactorselectchallenge.php @@ -72,6 +72,6 @@ $noProviders = empty($_['providers']); </p> <?php endif; ?> <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> |