UX: fix geolocation text in intropanel

This commit is contained in:
Pieter Vander Vennet 2024-08-10 14:29:58 +02:00
parent 3ec957e1e5
commit c6eb77ec27

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])
}