From 038ea4c1280416dbcee8b1c3e24d84871602c75c Mon Sep 17 00:00:00 2001 From: Andrey Taranik Date: Sat, 30 Apr 2022 22:04:08 +0300 Subject: [PATCH] proxy notice message update (#1600) --- proxy/src/auth.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy/src/auth.rs b/proxy/src/auth.rs index 4c54e2f9eb..c6d32040dc 100644 --- a/proxy/src/auth.rs +++ b/proxy/src/auth.rs @@ -174,7 +174,7 @@ fn parse_password(bytes: &[u8]) -> Option<&str> { fn hello_message(redirect_uri: &str, session_id: &str) -> String { format!( concat![ - "☀️ Welcome to Zenith!\n", + "☀️ Welcome to Neon!\n", "To proceed with database creation, open the following link:\n\n", " {redirect_uri}{session_id}\n\n", "It needs to be done once and we will send you '.pgpass' file,\n",