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'}}
|
{{#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">
|
||||||
|
|
Loading…
Reference in New Issue