1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-24 14:00:48 +02:00

Garmin Venu 3: Fix device name

This commit is contained in:
José Rebelo 2024-05-06 23:18:43 +01:00 committed by Daniele Gobbetti
parent 2ac83fbc31
commit 6f9f49aa4a
2 changed files with 2 additions and 1 deletions

View File

@ -13,6 +13,6 @@ public class GarminVenu3Coordinator extends GarminCoordinator {
@Override
public int getDeviceNameResource() {
return R.string.devicetype_garmin_vivomove_style;
return R.string.devicetype_garmin_venu_3;
}
}

View File

@ -1493,6 +1493,7 @@
<string name="devicetype_zepp_e">Zepp E</string>
<string name="devicetype_garmin_vivomove_hr">Garmin Vívomove HR</string>
<string name="devicetype_garmin_vivomove_style">Garmin Vívomove Style</string>
<string name="devicetype_garmin_venu_3">Garmin Venu 3</string>
<string name="devicetype_garmin_instinct_solar">Garmin Instinct Solar</string>
<string name="devicetype_garmin_instinct_2s">Garmin Instinct 2S</string>
<string name="devicetype_garmin_instinct_2_solar">Garmin Instinct 2 Solar</string>