Tweak location strings (#10518)
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -275,11 +275,11 @@ function RegionNotice() {
|
||||
<Text style={[a.text_sm, a.leading_snug]}>
|
||||
<Trans>
|
||||
<InlineLinkText
|
||||
label={l`Confirm your location`}
|
||||
label={l`Update your location`}
|
||||
{...createStaticClick(() => {
|
||||
locationControl.open()
|
||||
})}>
|
||||
Tap here to confirm your location.
|
||||
Tap here to update your location with GPS.
|
||||
</InlineLinkText>
|
||||
</Trans>
|
||||
</Text>
|
||||
|
||||
@@ -38,7 +38,7 @@ export function DeviceLocationRequestDialog({
|
||||
<Dialog.Handle />
|
||||
|
||||
<Dialog.ScrollableInner
|
||||
label={_(msg`Confirm your location`)}
|
||||
label={_(msg`Update your location`)}
|
||||
style={[web({maxWidth: 380})]}>
|
||||
<DeviceLocationRequestDialogInner
|
||||
onLocationAcquired={onLocationAcquired}
|
||||
@@ -103,7 +103,7 @@ function DeviceLocationRequestDialogInner({onLocationAcquired}: Props) {
|
||||
return (
|
||||
<View style={[a.gap_md]}>
|
||||
<Text style={[a.text_xl, a.font_bold]}>
|
||||
<Trans>Confirm your location</Trans>
|
||||
<Trans>Update your location</Trans>
|
||||
</Text>
|
||||
<View style={[a.gap_sm, a.pb_xs]}>
|
||||
<Text style={[a.text_md, a.leading_snug, t.atoms.text_contrast_medium]}>
|
||||
|
||||
@@ -320,11 +320,11 @@ export function StepInfo({
|
||||
<Trans>
|
||||
Have we got your location wrong?{' '}
|
||||
<SimpleInlineLinkText
|
||||
label={l`Tap here to confirm your location with GPS.`}
|
||||
label={l`Tap here to update your location with GPS.`}
|
||||
{...createStaticClick(() => {
|
||||
locationControl.open()
|
||||
})}>
|
||||
Tap here to confirm your location with GPS.
|
||||
Tap here to update your location with GPS.
|
||||
</SimpleInlineLinkText>
|
||||
</Trans>
|
||||
</Admonition.Text>
|
||||
|
||||
Reference in New Issue
Block a user