Skip to content

Commit 20208c9

Browse files
committed
Update error message
1 parent 4e6b389 commit 20208c9

File tree

1 file changed

+1
-1
lines changed
  • src/containers/SequenceSearch/components/Results

1 file changed

+1
-1
lines changed

src/containers/SequenceSearch/components/Results/index.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class Results extends React.Component {
3535
{
3636
this.props.status === "error" && (
3737
<div className="callout alert">
38-
<h3>Server got itself into a trouble.</h3>
38+
<h3>There was an error.</h3>
3939
<a href="mailto:[email protected]">Contact us</a> if the problem persists.
4040
</div>
4141
)

0 commit comments

Comments
 (0)