From 4da27e0dfa2c04b65d72a358b9c5bfe2f1fc0d6c Mon Sep 17 00:00:00 2001 From: Efim Poberezkin Date: Thu, 25 Feb 2021 01:36:05 +0400 Subject: [PATCH] chat: fix welcome line (#51) --- Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Main.hs b/Main.hs index 6b875473ae..43e1450660 100644 --- a/Main.hs +++ b/Main.hs @@ -118,7 +118,7 @@ chatHelpInfo = main :: IO () main = do ChatOpts {dbFileName, smpServer, name} <- getChatOpts - putStrLn "simpleX chat prototype (no encryption), \"/help\" for usage information" + putStrLn "simpleX chat prototype, \"/help\" for usage information" let user = Contact <$> name t <- getChatClient smpServer user ct <- newChatTerminal (tbqSize cfg) user