Skip to content

Commit 2ecbe5f

Browse files
committed
Improve product copy
1 parent 786b005 commit 2ecbe5f

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, type FC } 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+
<Link to="/settings/notifications">profile settings</Link>.
123+
</>
124+
}
119125
layout="fluid"
120126
>
121127
<Tabs active={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="Configure notifications. Some may be disabled by the deployment administrator."
101+
description="Configure your 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)