diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/templates/loginflowv2/done.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/templates/loginflowv2/done.php b/core/templates/loginflowv2/done.php index f86f11ee14c..8b9dc3649e1 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/> |