Adding a missing space between value and unit
Added the missing space between value and unit, as it is formatted in all other places across ownCloud.
This commit is contained in:
parent
bd60abbefc
commit
01f89083ba
|
@ -516,7 +516,7 @@ if ($_['suggestedOverwriteCliUrl']) {
|
|||
<?php if ($_['logFileSize'] > (100 * 1024 * 1024)): ?>
|
||||
<br>
|
||||
<em>
|
||||
<?php p($l->t('The logfile is bigger than 100MB. Downloading it may take some time!')); ?>
|
||||
<?php p($l->t('The logfile is bigger than 100 MB. Downloading it may take some time!')); ?>
|
||||
</em>
|
||||
<?php endif; ?>
|
||||
<?php endif; ?>
|
||||
|
|
Loading…
Reference in New Issue