Skip to content

Commit fb05a6b

Browse files
committed
chore(notifications): clarify section description to indicate that notifications can be disabled
Signed-off-by: Danny Kopping <danny@coder.com>
1 parent 765314c commit fb05a6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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)