File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
DeploySettingsPage/NotificationsPage
UserSettingsPage/NotificationsPage Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import Tooltip from "@mui/material/Tooltip";
10
10
import { Fragment , type FC } from "react" ;
11
11
import { Helmet } from "react-helmet-async" ;
12
12
import { useMutation , useQueries , useQueryClient } from "react-query" ;
13
- import { useSearchParams } from "react-router-dom" ;
13
+ import { Link , useSearchParams } from "react-router-dom" ;
14
14
import {
15
15
notificationDispatchMethods ,
16
16
selectTemplatesByGroup ,
@@ -115,7 +115,13 @@ export const NotificationsPage: FC = () => {
115
115
</ Helmet >
116
116
< Section
117
117
title = "Notifications"
118
- description = "Control delivery methods for notifications. Settings applied to this deployment."
118
+ description = {
119
+ < >
120
+ Control delivery methods for notifications on this deployment.
121
+ Notifications may be disabled in your{ " " }
122
+ < Link to = "/settings/notifications" > profile settings</ Link > .
123
+ </ >
124
+ }
119
125
layout = "fluid"
120
126
>
121
127
< Tabs active = { tab } >
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ export const NotificationsPage: FC = () => {
98
98
</ Helmet >
99
99
< Section
100
100
title = "Notifications"
101
- description = "Configure notifications. Some may be disabled by the deployment administrator ."
101
+ description = "Configure your notification preferences. Icons on the right of each notification indicate delivery method, either SMTP or Webhook ."
102
102
layout = "fluid"
103
103
>
104
104
{ ready ? (
You can’t perform that action at this time.
0 commit comments