From a32f8d87b31adf18208cb054922122209ea8d831 Mon Sep 17 00:00:00 2001 From: Justin Smith Date: Sat, 30 Aug 2014 11:19:28 -0700 Subject: [PATCH] Small text change in settings --- meteor/client/views/dashboard/settings/dashboard-settings.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meteor/client/views/dashboard/settings/dashboard-settings.html b/meteor/client/views/dashboard/settings/dashboard-settings.html index 9b3f6adc3f..cf615b4d5b 100644 --- a/meteor/client/views/dashboard/settings/dashboard-settings.html +++ b/meteor/client/views/dashboard/settings/dashboard-settings.html @@ -8,7 +8,7 @@ {{#if $.Session.equals 'boot2dockerState' 'poweroff'}}

Please start Boot2Docker for Kitematic to work properly!

{{else}} -

All apps run in a Linux VM included with Kitematic. It needs to be turned to run apps.

+

All apps run in a Linux VM included with Kitematic. It needs to be turned on to run apps.

{{/if}}