diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 0058ff584..ed7355251 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -264,6 +264,9 @@
If a word cannot be rendered with the watch\'s font, render it to a bitmap in Gadgetbridge and display the bitmap on the watch
Text Bitmaps Size
If \'Text as Bitmaps\' enabled, what size should text be rendered?
+ Use the gps data of the phone to overwrite the gps data of the bangle device
+ This option is only active, if the gps data of the phone is being used. This option can be used to use only the network provider to determine the location. This reduces the power consumption for the cost of accuracy. A reconnection of the device is needed.
+ This option is only active, if the gps data of the phone is being used. This option sets the interval in ms how often the gps position is being updated
App loader URL
If you want a custom app loader put your https://…/android.html URL here. Otherwise leave blank for https://banglejs.com/apps
Right-To-Left
diff --git a/app/src/main/res/xml/devicesettings_banglejs.xml b/app/src/main/res/xml/devicesettings_banglejs.xml
index 3ba6872cd..90a7bdd1e 100644
--- a/app/src/main/res/xml/devicesettings_banglejs.xml
+++ b/app/src/main/res/xml/devicesettings_banglejs.xml
@@ -4,21 +4,20 @@
android:defaultValue="false"
android:icon="@drawable/ic_gps_location"
android:key="banglejs_gps_update"
- android:summary="Use the gps data of the phone to overwrite the gps data of the bangle device"
+ android:summary="@string/pref_summary_banglejs_phone_gps_enbale"
android:title="Use phone gps data" />