File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
site/src/pages/UserSettingsPage/NotificationsPage Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ export const NotificationsPage: FC = () => {
97
97
</ Helmet >
98
98
< Section
99
99
title = "Notifications"
100
- description = "Configure your notification preferences. Icons on the right of each notification indicate delivery method, either SMTP or Webhook ."
100
+ description = "Control which notifications you receive ."
101
101
layout = "fluid"
102
102
featureStage = "beta"
103
103
>
@@ -183,7 +183,7 @@ export const NotificationsPage: FC = () => {
183
183
css = { styles . listItemEndIcon }
184
184
aria-label = "Delivery method"
185
185
>
186
- < Tooltip title = { label } >
186
+ < Tooltip title = { `Delivery via ${ label } ` } >
187
187
< Icon aria-label = { label } />
188
188
</ Tooltip >
189
189
</ ListItemIcon >
You can’t perform that action at this time.
0 commit comments