Move "you can close this window" to newline

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
pull/17683/head
Daniel Kesselberg 5 years ago
parent 2108e8b4aa
commit 1d82bb55db
No known key found for this signature in database
GPG Key ID: 36E3664E099D0614

@ -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/>

Loading…
Cancel
Save