From dca1bee92630afea68343927baa8c2e4260cda39 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) --- apps/dog-food/Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dog-food/Main.hs b/apps/dog-food/Main.hs index 6b875473a..43e145066 100644 --- a/apps/dog-food/Main.hs +++ b/apps/dog-food/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