From c5c3ab1006652c8d121fb66df94ec2ff95482e88 Mon Sep 17 00:00:00 2001 From: Ildar Iskhakov Date: Thu, 4 May 2023 13:34:28 +0800 Subject: [PATCH] Rewrite texts for ~Connectivity~ Notification Warning (#1871) # What this PR does This PR rewrites the misleading warning: Screenshot 2023-05-04 at 9 50 45 AM ## Which issue(s) this PR fixes ## Checklist - [ ] Unit, integration, and e2e (if applicable) tests updated - [ ] Documentation added (or `pr:no public docs` PR label added if not required) - [ ] `CHANGELOG.md` updated (or `pr:no changelog` PR label added if not required) --- grafana-plugin/src/containers/Alerts/Alerts.tsx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/grafana-plugin/src/containers/Alerts/Alerts.tsx b/grafana-plugin/src/containers/Alerts/Alerts.tsx index db30904c..5ca40d88 100644 --- a/grafana-plugin/src/containers/Alerts/Alerts.tsx +++ b/grafana-plugin/src/containers/Alerts/Alerts.tsx @@ -125,17 +125,21 @@ export default function Alerts() { onRemove={getRemoveAlertHandler(AlertID.CONNECTIVITY_WARNING)} className={cx('alert')} severity="warning" - title="Connectivity Warning" + title="Notification Warning" > { <> {!isChatOpsConnected && ( - <>Communication channels are not connected. Configure at least one channel to receive notifications. + <> + No messenger connected. Possible notification miss. Connect messenger(s) in{' '} + User profile settings to receive all + notifications. + )} {!isPhoneVerified && ( <> Your phone number is not verified. You can change your configuration in{' '} - User settings + User profile settings )}