summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcmeh <cmeh@users.noreply.github.com>2015-02-12 08:14:12 +0100
committercmeh <cmeh@users.noreply.github.com>2015-02-12 08:14:12 +0100
commit01f89083ba5e9a712326d0d5d59bcd42911f7285 (patch)
tree4c612b070a9be2774d0ac0d2e154e9721267c998
parentbd60abbefc45f7fe1dce4ab0259b7be0f1ec515e (diff)
downloadnextcloud-server-01f89083ba5e9a712326d0d5d59bcd42911f7285.tar.gz
nextcloud-server-01f89083ba5e9a712326d0d5d59bcd42911f7285.zip
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.
-rw-r--r--settings/templates/admin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/admin.php b/settings/templates/admin.php
index a0cf29436d0..279113422ab 100644
--- a/settings/templates/admin.php
+++ b/settings/templates/admin.php
@@ -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; ?>