Tweak location strings (#10518)

This commit is contained in:
surfdude29
2026-05-26 16:51:58 +01:00
committed by GitHub
parent dc62ce2fb0
commit a5a6293467
4 changed files with 8 additions and 8 deletions
@@ -394,11 +394,11 @@ function AccessSection() {
<Trans>
Is your location not accurate?{' '}
<SimpleInlineLinkText
label={_(msg`Confirm your location`)}
label={_(msg`Update your location`)}
{...createStaticClick(() => {
locationControl.open()
})}>
Tap here to confirm your location.
Tap here to update your location with GPS.
</SimpleInlineLinkText>{' '}
</Trans>
</Admonition>