Skip to content

Commit be2866b

Browse files
TatsinnitCopilot
andauthored
Update src/commands/utils/clusters.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Tatsinnit <tatsatmishra@gmail.com>
1 parent 0c3041f commit be2866b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/utils/clusters.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,7 @@ export async function getClusterDiagnosticSettings(
692692

693693
return diagnosticSettings;
694694
} catch (e) {
695-
vscode.window.showErrorMessage(`Error fetching cluster diagnostic monitor: ${e}`);
695+
vscode.window.showErrorMessage(`Error fetching cluster diagnostic settings: ${e}`);
696696
return undefined;
697697
}
698698
}

0 commit comments

Comments
 (0)