From 95a6b81e94801c67b633c061ab7eb5a82e894b12 Mon Sep 17 00:00:00 2001 From: Sergiu Ghitea <28300158+sergiught@users.noreply.github.com> Date: Fri, 6 Oct 2023 08:49:20 +0200 Subject: [PATCH] Update internal/cli/universal_login_customize.go Co-authored-by: Rita Zerrizuela --- internal/cli/universal_login_customize.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/cli/universal_login_customize.go b/internal/cli/universal_login_customize.go index febbf492e..4291e6832 100644 --- a/internal/cli/universal_login_customize.go +++ b/internal/cli/universal_login_customize.go @@ -300,7 +300,7 @@ func openWebAppInBrowser(display *display.Renderer, addr net.Addr) { port := addr.(*net.TCPAddr).Port webAppURLWithPort := fmt.Sprintf("%s?ws_port=%d", webAppURL, port) - display.Infof("Perform your changes within the UI: %q", webAppURLWithPort) + display.Infof("Perform your changes within the editor: %q", webAppURLWithPort) if err := browser.OpenURL(webAppURLWithPort); err != nil { display.Warnf("Failed to open the browser. Visit the URL manually.")