You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Localizable.xcstrings
+9-3Lines changed: 9 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -6631,6 +6631,9 @@
6631
6631
}
6632
6632
}
6633
6633
}
6634
+
},
6635
+
"Continue to next step" : {
6636
+
6634
6637
},
6635
6638
"Control Type" : {
6636
6639
"localizations" : {
@@ -9464,9 +9467,6 @@
9464
9467
}
9465
9468
}
9466
9469
}
9467
-
},
9468
-
"Enable location services" : {
9469
-
9470
9470
},
9471
9471
"Enable MQTT" : {
9472
9472
@@ -19219,6 +19219,9 @@
19219
19219
}
19220
19220
}
19221
19221
}
19222
+
},
19223
+
"Meshtastic uses your phone's location to enable a number of features. You can update your location permissions at any time from Settings > App Setting > Open Settings." : {
Text("Meshtastic uses your phone's location to enable a number of features. You can update your location permissions at any time from Settings > App Setting > Open Settings.")
146
+
.font(.body.bold())
147
+
.multilineTextAlignment(.center)
148
+
.fixedSize(horizontal:false, vertical:true)
149
+
makeRow(
150
+
icon:"location",
151
+
title:"Share Location",
152
+
subtitle:"Use your phone GPS to send locations to your node to instead of using a hardware GPS on your node."
153
+
)
154
+
makeRow(
155
+
icon:"lines.measurement.horizontal",
156
+
title:"Distance Measurements",
157
+
subtitle:"Used to display the distance between your phone and other Meshtastic nodes where positions are available."
158
+
)
159
+
makeRow(
160
+
icon:"line.3.horizontal.decrease.circle",
161
+
title:"Distance Filters",
162
+
subtitle:"Filter the node list and mesh map based on proximity to your phone."
163
+
)
164
+
makeRow(
165
+
icon:"mappin",
166
+
title:"Mesh Map Location",
167
+
subtitle:"Enables the blue location dot for your phone in the mesh map."
0 commit comments