change text
This commit is contained in:
parent
b785e753e7
commit
ce87c05b4d
@ -66,7 +66,7 @@ struct NewChatView: View {
|
|||||||
.padding()
|
.padding()
|
||||||
|
|
||||||
Picker("New chat", selection: $selection) {
|
Picker("New chat", selection: $selection) {
|
||||||
Label("Share link", systemImage: "link")
|
Label("Add contact", systemImage: "link")
|
||||||
.tag(NewChatOption.invite)
|
.tag(NewChatOption.invite)
|
||||||
Label("Connect via link", systemImage: "qrcode")
|
Label("Connect via link", systemImage: "qrcode")
|
||||||
.tag(NewChatOption.connect)
|
.tag(NewChatOption.connect)
|
||||||
|
Loading…
Reference in New Issue
Block a user