We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e6b389 commit 20208c9Copy full SHA for 20208c9
src/containers/SequenceSearch/components/Results/index.jsx
@@ -35,7 +35,7 @@ class Results extends React.Component {
35
{
36
this.props.status === "error" && (
37
<div className="callout alert">
38
- <h3>Server got itself into a trouble.</h3>
+ <h3>There was an error.</h3>
39
<a href="mailto:[email protected]">Contact us</a> if the problem persists.
40
</div>
41
)
0 commit comments