diff --git a/public/app/features/notifications/StoredNotifications.tsx b/public/app/features/notifications/StoredNotifications.tsx
index 37522586636..d9a49110c07 100644
--- a/public/app/features/notifications/StoredNotifications.tsx
+++ b/public/app/features/notifications/StoredNotifications.tsx
@@ -3,8 +3,9 @@ import React, { useRef, useState } from 'react';
import { useEffectOnce } from 'react-use';
import { GrafanaTheme2 } from '@grafana/data';
-import { Alert, Button, Checkbox, Icon, useStyles2 } from '@grafana/ui';
+import { Alert, Button, Checkbox, EmptyState, useStyles2 } from '@grafana/ui';
import { StoredNotificationItem } from 'app/core/components/AppNotifications/StoredNotificationItem';
+import { Trans, t } from 'app/core/internationalization';
import {
clearAllNotifications,
clearNotification,
@@ -55,10 +56,9 @@ export function StoredNotifications() {
if (notifications.length === 0) {
return (
-
-
- Notifications you have received will appear here.
-
+
+ Notifications you have received will appear here
+
);
}
diff --git a/public/locales/en-US/grafana.json b/public/locales/en-US/grafana.json
index 35105781c9c..1e02e4d8c1d 100644
--- a/public/locales/en-US/grafana.json
+++ b/public/locales/en-US/grafana.json
@@ -1163,6 +1163,10 @@
"title": "Latest from the blog"
},
"notifications": {
+ "empty-state": {
+ "description": "Notifications you have received will appear here",
+ "title": "You're all caught up!"
+ },
"starred-dashboard": "Dashboard starred",
"unstarred-dashboard": "Dashboard unstarred"
},
diff --git a/public/locales/pseudo-LOCALE/grafana.json b/public/locales/pseudo-LOCALE/grafana.json
index f4b986ac938..07cb64d01df 100644
--- a/public/locales/pseudo-LOCALE/grafana.json
+++ b/public/locales/pseudo-LOCALE/grafana.json
@@ -1163,6 +1163,10 @@
"title": "Ŀäŧęşŧ ƒřőm ŧĥę þľőģ"
},
"notifications": {
+ "empty-state": {
+ "description": "Ńőŧįƒįčäŧįőʼnş yőū ĥävę řęčęįvęđ ŵįľľ äppęäř ĥęřę",
+ "title": "Ÿőū'řę äľľ čäūģĥŧ ūp!"
+ },
"starred-dashboard": "Đäşĥþőäřđ şŧäřřęđ",
"unstarred-dashboard": "Đäşĥþőäřđ ūʼnşŧäřřęđ"
},