Skip to content

Commit

Permalink
fix naming of OSM map provider in foss variant
Browse files Browse the repository at this point in the history
  • Loading branch information
johan12345 committed Nov 9, 2024
1 parent 5ebd0a8 commit 1e7bcd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/foss/res/values/arrays.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="pref_map_provider_names">
<item>@string/pref_provider_osm_mapbox</item>
<item>@string/pref_provider_osm</item>
</string-array>
<string-array name="pref_map_provider_values" translatable="false">
<item>mapbox</item>
Expand Down

0 comments on commit 1e7bcd7

Please sign in to comment.