diff --git a/apps/files_external/lib/config.php b/apps/files_external/lib/config.php
index 9400bbdedc0960fdc36a78e94b8cb2d3c52c2399..898dc0c8543b3f43c4f9e7a576f624492e72ded9 100644
--- a/apps/files_external/lib/config.php
+++ b/apps/files_external/lib/config.php
@@ -729,7 +729,7 @@ class OC_Mount_Config {
 				$backends = '';
 				for ($i = 0; $i < $dependencyGroupCount; $i++) {
 					if ($i > 0 && $i === $dependencyGroupCount - 1) {
-						$backends .= $l->t(' and ');
+						$backends .= ' '.$l->t('and').' ';
 					} elseif ($i > 0) {
 						$backends .= ', ';
 					}