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
>
)}
>