diff --git a/src/components/api/json-rpc/che-json-rpc-master-api.ts b/src/components/api/json-rpc/che-json-rpc-master-api.ts index 4dcdc69bf8..f7c70cc4b9 100644 --- a/src/components/api/json-rpc/che-json-rpc-master-api.ts +++ b/src/components/api/json-rpc/che-json-rpc-master-api.ts @@ -138,7 +138,7 @@ export class CheJsonRpcMasterApi { this.$log.warn('WebSocket connection is closed.'); } else { this.globalWarningBannerService.addMessage(`WebSocket connections "${entrypoint}" are failing due to network restrictions. - ${this.branding.getName()} workspaces may not be usable. Please refer to the + Workspaces may not be usable. Please refer to the Network Troubleshooting section of the ${this.branding.getName()} User Guide.`); this.$log.warn('The maximum number of attempts to reconnect WebSocket has been reached.');