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 <danny@coder.com>
This commit is contained in:
Danny Kopping
2024-11-06 18:43:39 +01:00
committed by GitHub
parent 7f510051fb
commit cafb963bf4
@@ -97,7 +97,7 @@ export const NotificationsPage: FC = () => {
</Helmet>
<Section
title="Notifications"
description="Configure your notification preferences. Icons on the right of each notification indicate delivery method, either SMTP or Webhook."
description="Control which notifications you receive."
layout="fluid"
featureStage="beta"
>
@@ -183,7 +183,7 @@ export const NotificationsPage: FC = () => {
css={styles.listItemEndIcon}
aria-label="Delivery method"
>
<Tooltip title={label}>
<Tooltip title={`Delivery via ${label}`}>
<Icon aria-label={label} />
</Tooltip>
</ListItemIcon>