Merge pull request #10 from justindsmith/patch-1

Small text change in settings
This commit is contained in:
Sean Li 2014-08-30 11:25:09 -07:00
commit d7edfd761d
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">