Fix upgrading virtual box if existing boot2docker vm is running

This commit is contained in:
Jeffrey Morgan
2015-02-23 15:38:31 -05:00
parent 5424cced8b
commit 2345bf7d89
3 changed files with 6 additions and 6 deletions

View File

@@ -84,8 +84,8 @@ var Setup = React.createClass({
<div className="desc">
<div className="content">
<h4>Installation Cancelled</h4>
<h1>Couldn&#39;t Install VirtualBox</h1>
<p>Kitematic did not receive the administrative privileges required to install VirtualBox &amp; Docker.</p>
<h1>Couldn&#39;t Install</h1>
<p>Kitematic did not receive the administrative privileges required to install or upgrade VirtualBox &amp; Docker.</p>
<p>Please retry or download &amp; install VirutalBox manually from the <a onClick={this.handleOpenWebsite}>official Oracle website</a>.</p>
<button className="btn btn-action" onClick={this.handleRetry}>Retry</button>
</div>