From b89e95fc023ff3603ff0d9164275ca8f6b3574ff Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Fri, 15 Jul 2022 20:27:12 -0700 Subject: [PATCH] Update app link to match android, change export to save --- Meshtastic/Meshtastic.entitlements | 2 +- Meshtastic/Views/Nodes/LocationHistory.swift | 2 +- Meshtastic/Views/Nodes/TelemetryLog.swift | 2 +- Meshtastic/Views/Settings/ShareChannel.swift | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Meshtastic/Meshtastic.entitlements b/Meshtastic/Meshtastic.entitlements index 5c8b6ee4..68669b4c 100644 --- a/Meshtastic/Meshtastic.entitlements +++ b/Meshtastic/Meshtastic.entitlements @@ -4,7 +4,7 @@ com.apple.developer.associated-domains - applinks:meshtastic.org/e/* + applinks:meshtastic.org/E/* com.apple.security.app-sandbox diff --git a/Meshtastic/Views/Nodes/LocationHistory.swift b/Meshtastic/Views/Nodes/LocationHistory.swift index e0dedf92..692d2827 100644 --- a/Meshtastic/Views/Nodes/LocationHistory.swift +++ b/Meshtastic/Views/Nodes/LocationHistory.swift @@ -106,7 +106,7 @@ struct LocationHistory: View { } label: { - Label("Export", systemImage: "square.and.arrow.down") + Label("Save", systemImage: "square.and.arrow.down") } .buttonStyle(.bordered) .buttonBorderShape(.capsule) diff --git a/Meshtastic/Views/Nodes/TelemetryLog.swift b/Meshtastic/Views/Nodes/TelemetryLog.swift index 989505e1..270f76f3 100644 --- a/Meshtastic/Views/Nodes/TelemetryLog.swift +++ b/Meshtastic/Views/Nodes/TelemetryLog.swift @@ -344,7 +344,7 @@ struct TelemetryLog: View { } label: { - Label("Export", systemImage: "square.and.arrow.down") + Label("Save", systemImage: "square.and.arrow.down") } .buttonStyle(.bordered) .buttonBorderShape(.capsule) diff --git a/Meshtastic/Views/Settings/ShareChannel.swift b/Meshtastic/Views/Settings/ShareChannel.swift index c5d7e436..0615b803 100644 --- a/Meshtastic/Views/Settings/ShareChannel.swift +++ b/Meshtastic/Views/Settings/ShareChannel.swift @@ -39,7 +39,7 @@ struct ShareChannel: View { var node: NodeInfoEntity? - @State private var text = "https://meshtastic.org/e/#test" + @State private var text = "https://meshtastic.org/E/#test" var qrCodeImage = QrCodeImage() var body: some View {