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 e8e7fd85a..67ab8f410 100644
--- a/ui/src/Components/Grid/UpstreamError/__snapshots__/index.test.js.snap
+++ b/ui/src/Components/Grid/UpstreamError/__snapshots__/index.test.js.snap
@@ -5,7 +5,7 @@ exports[` matches snapshot 1`] = `
-
+
Alertmanager
foo
diff --git a/ui/src/Components/Grid/UpstreamError/index.js b/ui/src/Components/Grid/UpstreamError/index.js
index 720ea1d00..0ff089d06 100644
--- a/ui/src/Components/Grid/UpstreamError/index.js
+++ b/ui/src/Components/Grid/UpstreamError/index.js
@@ -11,7 +11,7 @@ class UpstreamError extends Component {
const { name, message } = this.props;
return (
-
+
Alertmanager {name} raised
an error: {message}