diff --git a/app/View/Pages/home.ctp b/app/View/Pages/home.ctp
index 53e48900a..98533322a 100644
--- a/app/View/Pages/home.ctp
+++ b/app/View/Pages/home.ctp
@@ -67,7 +67,7 @@ endif;
$settings = Cache::settings();
if (!empty($settings)):
echo '';
- echo __d('cake_dev', 'The %s is being used for core caching. To change the config edit APP/Config/core.php ', ''. $settings['engine'] . 'Engine');
+ echo __d('cake_dev', 'The %s is being used for core caching. To change the config edit APP/Config/core.php ', '' . $settings['engine'] . 'Engine');
echo '';
else:
echo '';
@@ -113,7 +113,7 @@ if (isset($filePresent)):
isConnected()):
echo '';
- echo __d('cake_dev', 'Cake is able to connect to the database.');
+ echo __d('cake_dev', 'Cake is able to connect to the database.');
echo '';
else:
echo '';