diff --git a/core/templates/loginflowv2/done.php b/core/templates/loginflowv2/done.php index f86f11ee14c3a3a9771f2b13cc71242e4fd77c49..8b9dc3649e1c8912c5b5b61b84988ffb614e18dd 100644 --- a/core/templates/loginflowv2/done.php +++ b/core/templates/loginflowv2/done.php @@ -30,7 +30,8 @@ style('core', 'login/authpicker'); <div class="picker-window"> <h2><?php p($l->t('Account connected')) ?></h2> <p class="info"> - <?php print_unescaped($l->t('Your client should now be connected! You can close this window.')) ?> + <?php p($l->t('Your client should now be connected!')) ?><br/> + <?php p($l->t('You can close this window.')) ?> </p> <br/>