From 87ffc1c5664b918fef25d53f4910eadbe7ecfe2a Mon Sep 17 00:00:00 2001 From: Marek Libra Date: Sun, 10 Nov 2024 14:08:56 +0200 Subject: [PATCH] feat(notifications): rephrase labels of the View filter Signed-off-by: Marek Libra --- .changeset/few-lions-matter.md | 5 +++++ .../components/NotificationsFilters/NotificationsFilters.tsx | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 .changeset/few-lions-matter.md diff --git a/.changeset/few-lions-matter.md b/.changeset/few-lions-matter.md new file mode 100644 index 0000000000..29332fa398 --- /dev/null +++ b/.changeset/few-lions-matter.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-notifications': minor +--- + +Rephrasing labels of the View filter to be more clear. Based on the received users' feedback. diff --git a/plugins/notifications/src/components/NotificationsFilters/NotificationsFilters.tsx b/plugins/notifications/src/components/NotificationsFilters/NotificationsFilters.tsx index 2676016695..1d236069f2 100644 --- a/plugins/notifications/src/components/NotificationsFilters/NotificationsFilters.tsx +++ b/plugins/notifications/src/components/NotificationsFilters/NotificationsFilters.tsx @@ -197,9 +197,9 @@ export const NotificationsFilters = ({ value={viewValue} onChange={handleOnViewChanged} > - New only + Unread notifications + Read notifications Saved - Marked as read All