diff --git a/settings/templates/admin.php b/settings/templates/admin.php
index a0cf29436d052fa0dd6c03c46f31bd87f7d56c7d..279113422ab916cd96c15f222c38e72582b70f49 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; ?>