We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 807fab5 commit e821f2dCopy full SHA for e821f2d
src/components/notification-picker.tsx
@@ -128,15 +128,15 @@ export function NotificationPicker({
128
129
return (
130
<Stack size={2}>
131
- <InputLabel>{trans.__('Notifications')}</InputLabel>
+ <InputLabel>{trans.__('Notification')}</InputLabel>
132
<FormControlLabel
133
control={
134
<Switch
135
checked={enableNotification}
136
onChange={enableNotificationChange}
137
/>
138
}
139
- label={trans.__('Enable Notifications')}
+ label={trans.__('Enable Notification')}
140
141
<TextField
142
label={trans.__('Send To')}
0 commit comments