UX: fix geolocation text in intropanel
This commit is contained in:
parent
3ec957e1e5
commit
c6eb77ec27
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ export class GeoLocationState {
|
||||||
return Translations.t.general.labels.jumpToLocation
|
return Translations.t.general.labels.jumpToLocation
|
||||||
}
|
}
|
||||||
return Translations.t.general.waitingForLocation
|
return Translations.t.general.waitingForLocation
|
||||||
}, [this.allowMoving, this.permission])
|
}, [this.allowMoving, this.permission, this.currentGPSLocation])
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue