diff --git a/src/components/Settings/SettingsNotifications.tsx b/src/components/Settings/SettingsNotifications.tsx index b7e0a9e37..71a161f71 100644 --- a/src/components/Settings/SettingsNotifications.tsx +++ b/src/components/Settings/SettingsNotifications.tsx @@ -26,6 +26,8 @@ const messages = defineMessages({ 'Here you can pick and choose what types of notifications to send and through what types of services.', notificationsettingssaved: 'Notification settings saved!', notificationsettingsfailed: 'Notification settings failed to save.', + enablenotifications: 'Enable Notifications', + autoapprovedrequests: 'Send notifications for auto-approved requests', }); interface SettingsRoute { @@ -206,7 +208,9 @@ const SettingsNotifications: React.FC = ({ children }) => { htmlFor="name" className="block text-sm font-medium leading-5 text-gray-400 sm:mt-px" > - Enable Notifications + + {intl.formatMessage(messages.enablenotifications)} +