Merge pull request #1546 from saltybeagle/patch-1

Grammar fix, s/seem/seems/
This commit is contained in:
French Ben 2016-03-15 21:17:06 -07:00
commit ca4c38ccae
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ var ContainerHome = React.createClass({
if (this.props.container.Error) {
body = (
<div className="details-progress error">
<h2>We&#39;re sorry. There seem to be an error:</h2>
<h2>We&#39;re sorry. There seems to be an error:</h2>
<p className="error-message">{this.props.container.Error}</p>
<p>If this error is invalid, please file a ticket on our Github repo.</p>
<a className="btn btn-action" onClick={this.handleErrorClick}>File Ticket</a>