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 <marek.libra@gmail.com>
This commit is contained in:
Marek Libra
2024-11-10 12:09:11 +02:00
parent 70b49e6563
commit 3a0731e409
2 changed files with 7 additions and 4 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-notifications': patch
---
The "Created after" filter renamed to the "Sent out" based on the received users' feedback.
@@ -207,12 +207,10 @@ export const NotificationsFilters = ({
<Grid item xs={12}>
<FormControl fullWidth variant="outlined" size="small">
<InputLabel id="notifications-filter-created">
Created after
</InputLabel>
<InputLabel id="notifications-filter-created">Sent out</InputLabel>
<Select
label="Created after"
label="Sent out"
labelId="notifications-filter-created"
placeholder="Notifications since"
value={createdAfter}