Skip to content
Snippets Groups Projects
Commit 01f89083 authored by cmeh's avatar cmeh
Browse files

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.
parent bd60abbe
No related branches found
No related tags found
No related merge requests found
......@@ -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; ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment