fix welcome message type (#159)

This commit is contained in:
Evgeny Poberezkin
2021-12-19 15:11:08 +00:00
committed by GitHub
parent 4856f6e3e4
commit 0e91f10851
+1 -1
View File
@@ -74,7 +74,7 @@ chatWelcome user Onboarding {contactsCount, createdGroups, membersCount, filesSe
adminWelcomeMessages :: [ByteString]
adminWelcomeMessages =
[ "Hello - and welcome to SimpleX Chat!",
"Which community groups you'd you like to join:",
"Which community groups you'd like to join:",
"!5 #simplex!, !5 #hacks!, !5 #music! or !5 #rand!"
]