Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cafb963

Browse files
authored
chore: clarify section description to indicate that notifications can be disabled (#15381)
The current description of "Configure your notification preferences. Icons on the right of each notification indicate delivery method, either SMTP or Webhook." doesn't really say what this page is for. I've adjusted the wording, and also changed the tooltip of the delivery method icon to be more clear. Signed-off-by: Danny Kopping <[email protected]>
1 parent 7f51005 commit cafb963

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/src/pages/UserSettingsPage/NotificationsPage/NotificationsPage.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ export const NotificationsPage: FC = () => {
9797
</Helmet>
9898
<Section
9999
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."
101101
layout="fluid"
102102
featureStage="beta"
103103
>
@@ -183,7 +183,7 @@ export const NotificationsPage: FC = () => {
183183
css={styles.listItemEndIcon}
184184
aria-label="Delivery method"
185185
>
186-
<Tooltip title={label}>
186+
<Tooltip title={`Delivery via ${label}`}>
187187
<Icon aria-label={label} />
188188
</Tooltip>
189189
</ListItemIcon>

0 commit comments

Comments
 (0)