From 3a0731e409f2e69b6c5856dd0fcd72562c39432d Mon Sep 17 00:00:00 2001 From: Marek Libra Date: Sun, 10 Nov 2024 12:09:11 +0200 Subject: [PATCH] fix(notifications): rename "Created after" to "Sent out" Based on received users' feedback, the purpose of the field seems to be more clear this way. Signed-off-by: Marek Libra --- .changeset/kind-steaks-flow.md | 5 +++++ .../NotificationsFilters/NotificationsFilters.tsx | 6 ++---- 2 files changed, 7 insertions(+), 4 deletions(-) create mode 100644 .changeset/kind-steaks-flow.md diff --git a/.changeset/kind-steaks-flow.md b/.changeset/kind-steaks-flow.md new file mode 100644 index 0000000000..fc93d5b1d0 --- /dev/null +++ b/.changeset/kind-steaks-flow.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-notifications': patch +--- + +The "Created after" filter renamed to the "Sent out" 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..3e3a2f3b0f 100644 --- a/plugins/notifications/src/components/NotificationsFilters/NotificationsFilters.tsx +++ b/plugins/notifications/src/components/NotificationsFilters/NotificationsFilters.tsx @@ -207,12 +207,10 @@ export const NotificationsFilters = ({ - - Created after - + Sent out