mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
typo
This commit is contained in:
parent
c13aacafef
commit
5cb9f9d9f6
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ struct CannedMessagesConfig: View {
|
|||
|
||||
HStack {
|
||||
Label("Messages", systemImage: "message.fill")
|
||||
TextField("Messages seperate with |", text: $messages, axis: .vertical)
|
||||
TextField("Messages separate with |", text: $messages, axis: .vertical)
|
||||
.foregroundColor(.gray)
|
||||
.autocapitalization(.none)
|
||||
.disableAutocorrection(true)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue