Did not => didn't

This commit is contained in:
Jeffrey Morgan 2015-02-23 18:43:45 -05:00
parent b2c44045c8
commit 9a85ee83d3
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ var Setup = React.createClass({
<div className="content">
<h4>Installation Cancelled</h4>
<h1>Couldn&#39;t Install</h1>
<p>Kitematic did not receive the administrative privileges required to install or upgrade VirtualBox &amp; Docker.</p>
<p>Kitematic didn&#39;t 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>