diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2016-08-27 11:10:36 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2016-08-27 11:12:12 +0200 |
commit | c93c5d142ee0185af01536b967839c4b2eff1b48 (patch) | |
tree | 647ed75ece44907f6f446c4aeb3b35d4a8370e3b /core/templates/twofactorshowchallenge.php | |
parent | dc57b89f37bd616e9f57f8ec03558763aec4e9ec (diff) | |
download | nextcloud-server-c93c5d142ee0185af01536b967839c4b2eff1b48.tar.gz nextcloud-server-c93c5d142ee0185af01536b967839c4b2eff1b48.zip |
fix 2fa challenge page wording
Diffstat (limited to 'core/templates/twofactorshowchallenge.php')
-rw-r--r-- | core/templates/twofactorshowchallenge.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/templates/twofactorshowchallenge.php b/core/templates/twofactorshowchallenge.php index 7a921a41506..7da8f743cbb 100644 --- a/core/templates/twofactorshowchallenge.php +++ b/core/templates/twofactorshowchallenge.php @@ -11,10 +11,9 @@ $template = $_['template']; <div class="warning"> <h2><?php p($provider->getDisplayName()); ?></h2> - <p><?php p($l->t('Please authenticate using the selected factor.')) ?></p> <?php if ($error): ?> <p><?php p($l->t('An error occured while verifying the token')); ?></p> <?php endif; ?> <?php print_unescaped($template); ?> </div> -<a class="two-factor-cancel" <?php print_unescaped($_['logout_attribute']); ?>><?php p($l->t('Cancel login')) ?></a> +<a class="two-factor-cancel" <?php print_unescaped($_['logout_attribute']); ?>><?php p($l->t('Cancel log in')) ?></a> |