Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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"
>
Expand Down Expand Up @@ -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>
Expand Down
Loading