Skip to content

Commit 44bf604

Browse files
committed
Rename Mapbox telemetry setting
Fixes #3946 "Telemetry Opt Out" is a contradictory name for the telemetry setting as it contradicts the option description by conveying that enabling the setting means the user has opted out of telemetry while that is not the case. Enabling the setting means telemetry would be sent to Mapbox. So, use a better name that conveys the meaning in a better way without any contradiction.
1 parent 39221f5 commit 44bf604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/res/values/strings.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ Upload your first media by tapping on the add button.</string>
691691
<string name="leaderboard_nearby">Nearby</string>
692692
<string name="leaderboard_used">Used</string>
693693
<string name="leaderboard_my_rank_button_text">My Rank</string>
694-
<string name="mapbox_telemetry">Telemetry Opt Out</string>
694+
<string name="mapbox_telemetry">Mapbox Telemetry</string>
695695
<string name="telemetry_opt_out_summary">Send anonymized location and usage data to Mapbox when using Nearby feature</string>
696696
<string name="map_attribution" translatable="false"><![CDATA[&#169; <a href="https://www.mapbox.com/about/maps/">Mapbox</a> &#169; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> <a href="https://www.mapbox.com/map-feedback/">Improve this map</a>]]></string>
697697
<string name="limited_connection_enabled">Limited connection mode enabled!</string>

0 commit comments

Comments
 (0)