mirror of https://github.com/docker/docs.git
Merge pull request #10 from justindsmith/patch-1
Small text change in settings
This commit is contained in:
commit
d7edfd761d
|
@ -8,7 +8,7 @@
|
|||
{{#if $.Session.equals 'boot2dockerState' 'poweroff'}}
|
||||
<p class="help-block error">Please start Boot2Docker for Kitematic to work properly!</p>
|
||||
{{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}}
|
||||
</div>
|
||||
<div class="right-section">
|
||||
|
|
Loading…
Reference in New Issue