diff options
Diffstat (limited to 'core/templates/twofactorshowchallenge.php')
-rw-r--r-- | core/templates/twofactorshowchallenge.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/twofactorshowchallenge.php b/core/templates/twofactorshowchallenge.php index bb962594c1d..e3270b80627 100644 --- a/core/templates/twofactorshowchallenge.php +++ b/core/templates/twofactorshowchallenge.php @@ -34,6 +34,6 @@ $template = $_['template']; </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> |