change text

This commit is contained in:
spaced4ndy 2023-12-01 17:58:26 +04:00
parent b785e753e7
commit ce87c05b4d

View File

@ -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)