diff --git a/Meshtastic/Views/Settings/ShareChannels.swift b/Meshtastic/Views/Settings/ShareChannels.swift index 627b7874..43a89d47 100644 --- a/Meshtastic/Views/Settings/ShareChannels.swift +++ b/Meshtastic/Views/Settings/ShareChannels.swift @@ -54,9 +54,9 @@ struct ShareChannels: View { var body: some View { if #available(iOS 17.0, macOS 14.0, *) { -// VStack { -// TipView(ShareChannelsTip(), arrowEdge: .bottom) -// } + VStack { + TipView(ShareChannelsTip(), arrowEdge: .bottom) + } } GeometryReader { bounds in let smallest = min(bounds.size.width, bounds.size.height) diff --git a/en.lproj/Localizable.strings b/en.lproj/Localizable.strings index b395eb99..28c468d2 100644 --- a/en.lproj/Localizable.strings +++ b/en.lproj/Localizable.strings @@ -341,7 +341,7 @@ "tip.channels.create.title"="Manage Channels"; "tip.channels.create.message"="Most data on your mesh is sent over the primary channel. You can set up secondary channels to create additional messaging groups secured by their own key. [Channel config tips](https://meshtastic.org/docs/configuration/tips/)"; "tip.channels.share.title"="Sharing Meshtastic Channels"; -"tip.channels.share.message"="A Meshtastic QR code contains the LoRa config and channel values needed to communicate. Most mesh activity takes place on the required Primary channel. If you don't share your primary channel your first shared channel becomes the primary channel on the other network. Other channels are for private groups, each with its own key."; +"tip.channels.share.message"="A Meshtastic QR code contains the LoRa config and channel values needed for radios to communicate. You can share a complete channel configuration using the Replace Channels option, if you choose Add Channels your shared channels will be added to the channels on the receiving radio."; "tip.messages.title"="Messages"; "tip.messages.message"="You can send and receive channel (group chats) and direct messages. From any message you can long press to see available actions like copy, reply, tapback and delete as well as delivery details."; "twitter"="Twitter";