Skip to content

Commit 58cd849

Browse files
committed
use Notification, not Notifications in UI elements
1 parent cdbb1a2 commit 58cd849

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/notification-picker.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,15 +128,15 @@ export function NotificationPicker({
128128

129129
return (
130130
<Stack size={2}>
131-
<InputLabel>{trans.__('Notifications')}</InputLabel>
131+
<InputLabel>{trans.__('Notification')}</InputLabel>
132132
<FormControlLabel
133133
control={
134134
<Switch
135135
checked={enableNotification}
136136
onChange={enableNotificationChange}
137137
/>
138138
}
139-
label={trans.__('Enable Notifications')}
139+
label={trans.__('Enable Notification')}
140140
/>
141141
<TextField
142142
label={trans.__('Send To')}

0 commit comments

Comments
 (0)