diff --git a/ui/src/Components/Grid/UpstreamError/__snapshots__/index.test.js.snap b/ui/src/Components/Grid/UpstreamError/__snapshots__/index.test.js.snap
index 86c540753..e8e7fd85a 100644
--- a/ui/src/Components/Grid/UpstreamError/__snapshots__/index.test.js.snap
+++ b/ui/src/Components/Grid/UpstreamError/__snapshots__/index.test.js.snap
@@ -2,7 +2,7 @@
exports[` matches snapshot 1`] = `
"
-
diff --git a/ui/src/Components/Grid/UpstreamError/index.js b/ui/src/Components/Grid/UpstreamError/index.js
index 5b3f97442..720ea1d00 100644
--- a/ui/src/Components/Grid/UpstreamError/index.js
+++ b/ui/src/Components/Grid/UpstreamError/index.js
@@ -10,7 +10,7 @@ class UpstreamError extends Component {
render() {
const { name, message } = this.props;
return (
-
+
Alertmanager {name} raised
an error: {message}