From 2161c67351a6a0c0c8e0d42e571bf0bf38dded67 Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Wed, 24 Sep 2025 23:50:21 -0700 Subject: [PATCH] Update Meshtastic/Views/Onboarding/DeviceOnboarding.swift Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- Meshtastic/Views/Onboarding/DeviceOnboarding.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Meshtastic/Views/Onboarding/DeviceOnboarding.swift b/Meshtastic/Views/Onboarding/DeviceOnboarding.swift index e8a54ce9..71dff19b 100644 --- a/Meshtastic/Views/Onboarding/DeviceOnboarding.swift +++ b/Meshtastic/Views/Onboarding/DeviceOnboarding.swift @@ -276,7 +276,7 @@ struct DeviceOnboarding: View { makeRow( icon: "person.and.background.dotted", title: "Background Connections".localized, - subtitle: "Bluetooth Low Energy supports background connections. When possible, the application will remain connected to these accessories while the app is in the background.".localized + subtitle: "Bluetooth Low Energy supports background connections. When possible, the application will remain connected to these accessories while the app is in the background.".localized ) } .padding()