mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
Strings spanning multiple lines continue on the next line ...
... not on the same line refs #8626
This commit is contained in:
parent
f44d5ec20a
commit
84348151ce
@ -12,9 +12,9 @@
|
|||||||
<b><?= t('Logging out...'); ?></b>
|
<b><?= t('Logging out...'); ?></b>
|
||||||
<br>
|
<br>
|
||||||
<?= t(
|
<?= t(
|
||||||
'If this message does not disappear, it might be necessary to quit the ' .
|
'If this message does not disappear, it might be necessary to quit the'
|
||||||
'current session manually by clearing the cache, or by closing the current ' .
|
. ' current session manually by clearing the cache, or by closing the current'
|
||||||
'browser session.'
|
. ' browser session.'
|
||||||
); ?>
|
); ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user