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

Commit2ecbe5f

Browse files
committed
Improve product copy
1 parent786b005 commit2ecbe5f

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

‎site/src/pages/DeploySettingsPage/NotificationsPage/NotificationsPage.tsx

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import Tooltip from "@mui/material/Tooltip";
1010
import{Fragment,typeFC}from"react";
1111
import{Helmet}from"react-helmet-async";
1212
import{useMutation,useQueries,useQueryClient}from"react-query";
13-
import{useSearchParams}from"react-router-dom";
13+
import{Link,useSearchParams}from"react-router-dom";
1414
import{
1515
notificationDispatchMethods,
1616
selectTemplatesByGroup,
@@ -115,7 +115,13 @@ export const NotificationsPage: FC = () => {
115115
</Helmet>
116116
<Section
117117
title="Notifications"
118-
description="Control delivery methods for notifications. Settings applied to this deployment."
118+
description={
119+
<>
120+
Control delivery methods for notifications on this deployment.
121+
Notifications may be disabled in your{" "}
122+
<Linkto="/settings/notifications">profile settings</Link>.
123+
</>
124+
}
119125
layout="fluid"
120126
>
121127
<Tabsactive={tab}>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export const NotificationsPage: FC = () => {
9898
</Helmet>
9999
<Section
100100
title="Notifications"
101-
description="Configurenotifications. Some may be disabled by the deployment administrator."
101+
description="Configureyour notification preferences. Icons on the right of each notification indicate delivery method, either SMTP or Webhook."
102102
layout="fluid"
103103
>
104104
{ready ?(

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp