From 765b19df63aec3daf8bee09da89803ab6e67a0d4 Mon Sep 17 00:00:00 2001 From: Yoni Davidson Date: Thu, 13 Jan 2022 09:39:25 +0200 Subject: [PATCH] Update cmd/action/inspect.go Co-authored-by: Hila Kashai <73284641+hilakashai@users.noreply.github.com> --- cmd/action/inspect.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/action/inspect.go b/cmd/action/inspect.go index 140943b605c..f641b8ffad0 100644 --- a/cmd/action/inspect.go +++ b/cmd/action/inspect.go @@ -41,7 +41,7 @@ func init() { // CmdInspectRun is the command used when running CLI. func CmdInspectRun(cmd *cobra.Command, args []string) { if InspectFlags.Web { - schemaCmd.PrintErrln("Open in UI server is not available in this release") + schemaCmd.PrintErrln("Opening the UI server is not available in this release") return } d, err := defaultMux.OpenAtlas(InspectFlags.DSN)