Fix error message grammer and style
parent
3542bbd9e6
commit
2895bbb268
|
@ -20,8 +20,8 @@ export function ErrorHandling<
|
|||
if (this.error) {
|
||||
return (
|
||||
<p className="error">
|
||||
A Chronograf error has occurred. Please report the issue
|
||||
<a href="https://github.com/influxdata/chronograf/issues">here</a>
|
||||
A Chronograf error has occurred. Please report the issue
|
||||
<a href="https://github.com/influxdata/chronograf/issues">here</a>.
|
||||
</p>
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue