UX: fix geolocation text in intropanel

This commit is contained in:
Pieter Vander Vennet 2024-08-10 14:29:58 +02:00
parent 30fe39ef0d
commit e547a8ae30

View file

@ -127,7 +127,7 @@ export class GeoLocationState {
return Translations.t.general.labels.jumpToLocation
}
return Translations.t.general.waitingForLocation
}, [this.allowMoving, this.permission])
}, [this.allowMoving, this.permission, this.currentGPSLocation])
}