Merge pull request #27570 from mareklibra/FLPATH-1838.clarify.createdAfter

fix(notifications): rename "Created after" to "Sent out"
This commit is contained in:
Marek Libra
2024-11-13 08:55:49 +01:00
committed by GitHub
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}