diff --git a/src/webview/openshift-terminal/app/terminalMultiplexer.tsx b/src/webview/openshift-terminal/app/terminalMultiplexer.tsx index d42bbc323..7038b98c6 100644 --- a/src/webview/openshift-terminal/app/terminalMultiplexer.tsx +++ b/src/webview/openshift-terminal/app/terminalMultiplexer.tsx @@ -201,7 +201,7 @@ export const TerminalMultiplexer = () => { if (!terminals.length) { return ( - + { /> No terminals opened. + + Terminals related to operations performed on the OpenShift cluster will appear here + ); }