feat(notifications): rephrase labels of the View filter

Signed-off-by: Marek Libra <marek.libra@gmail.com>
This commit is contained in:
Marek Libra
2024-11-10 14:08:56 +02:00
parent 70b49e6563
commit 87ffc1c566
2 changed files with 7 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-notifications': minor
---
Rephrasing labels of the View filter to be more clear. Based on the received users' feedback.
@@ -197,9 +197,9 @@ export const NotificationsFilters = ({
value={viewValue}
onChange={handleOnViewChanged}
>
<MenuItem value="unread">New only</MenuItem>
<MenuItem value="unread">Unread notifications</MenuItem>
<MenuItem value="read">Read notifications</MenuItem>
<MenuItem value="saved">Saved</MenuItem>
<MenuItem value="read">Marked as read</MenuItem>
<MenuItem value="all">All</MenuItem>
</Select>
</FormControl>