Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcafb963

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, eitherSMTP or Webhook." doesn't really say what this page is for.I've adjusted the wording, and also changed the tooltip of the deliverymethod icon to be more clear.Signed-off-by: Danny Kopping <danny@coder.com>
1 parent7f51005 commitcafb963

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-
<Tooltiptitle={label}>
186+
<Tooltiptitle={`Delivery via${label}`}>
187187
<Iconaria-label={label}/>
188188
</Tooltip>
189189
</ListItemIcon>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp