Move "you can close this window" to newline

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
This commit is contained in:
Daniel Kesselberg 2019-10-25 21:26:41 +02:00
parent 2108e8b4aa
commit 1d82bb55db
No known key found for this signature in database
GPG Key ID: 36E3664E099D0614
1 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,8 @@ style('core', 'login/authpicker');
<div class="picker-window"> <div class="picker-window">
<h2><?php p($l->t('Account connected')) ?></h2> <h2><?php p($l->t('Account connected')) ?></h2>
<p class="info"> <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> </p>
<br/> <br/>