mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-05-14 10:25:28 +00:00
change text
This commit is contained in:
@@ -66,7 +66,7 @@ struct NewChatView: View {
|
||||
.padding()
|
||||
|
||||
Picker("New chat", selection: $selection) {
|
||||
Label("Share link", systemImage: "link")
|
||||
Label("Add contact", systemImage: "link")
|
||||
.tag(NewChatOption.invite)
|
||||
Label("Connect via link", systemImage: "qrcode")
|
||||
.tag(NewChatOption.connect)
|
||||
|
||||
Reference in New Issue
Block a user