Small text change in settings

This commit is contained in:
Justin Smith 2014-08-30 11:19:28 -07:00
parent 02b7faaae9
commit a656151a3f
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
{{#if $.Session.equals 'boot2dockerState' 'poweroff'}} {{#if $.Session.equals 'boot2dockerState' 'poweroff'}}
<p class="help-block error">Please start Boot2Docker for Kitematic to work properly!</p> <p class="help-block error">Please start Boot2Docker for Kitematic to work properly!</p>
{{else}} {{else}}
<p class="help-block">All apps run in a Linux VM included with Kitematic. It needs to be turned to run apps.</p> <p class="help-block">All apps run in a Linux VM included with Kitematic. It needs to be turned on to run apps.</p>
{{/if}} {{/if}}
</div> </div>
<div class="right-section"> <div class="right-section">