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

Garmin Venu 3: Fix device name

This commit is contained in:
José Rebelo 2024-05-06 23:18:43 +01:00
parent ff92941d68
commit e5f1c970af
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

@ -1488,6 +1488,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>