From a5a6293467e5f58d6f644a768fe2c636c625b6a8 Mon Sep 17 00:00:00 2001
From: surfdude29 <149612116+surfdude29@users.noreply.github.com>
Date: Tue, 26 May 2026 16:51:58 +0100
Subject: [PATCH] Tweak location strings (#10518)
---
src/ageAssurance/components/NoAccessScreen.tsx | 4 ++--
src/components/ageAssurance/AgeAssuranceAccountCard.tsx | 4 ++--
src/components/dialogs/DeviceLocationRequestDialog.tsx | 4 ++--
src/screens/Signup/StepInfo/index.tsx | 4 ++--
4 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/src/ageAssurance/components/NoAccessScreen.tsx b/src/ageAssurance/components/NoAccessScreen.tsx
index 83b7f474d1..84584b2717 100644
--- a/src/ageAssurance/components/NoAccessScreen.tsx
+++ b/src/ageAssurance/components/NoAccessScreen.tsx
@@ -394,11 +394,11 @@ function AccessSection() {
Is your location not accurate?{' '}
{
locationControl.open()
})}>
- Tap here to confirm your location.
+ Tap here to update your location with GPS.
{' '}
diff --git a/src/components/ageAssurance/AgeAssuranceAccountCard.tsx b/src/components/ageAssurance/AgeAssuranceAccountCard.tsx
index 4885ce3a1e..3f4f1f98f6 100644
--- a/src/components/ageAssurance/AgeAssuranceAccountCard.tsx
+++ b/src/components/ageAssurance/AgeAssuranceAccountCard.tsx
@@ -275,11 +275,11 @@ function RegionNotice() {
{
locationControl.open()
})}>
- Tap here to confirm your location.
+ Tap here to update your location with GPS.
diff --git a/src/components/dialogs/DeviceLocationRequestDialog.tsx b/src/components/dialogs/DeviceLocationRequestDialog.tsx
index 363864a4a3..05d9d99539 100644
--- a/src/components/dialogs/DeviceLocationRequestDialog.tsx
+++ b/src/components/dialogs/DeviceLocationRequestDialog.tsx
@@ -38,7 +38,7 @@ export function DeviceLocationRequestDialog({
- Confirm your location
+ Update your location
diff --git a/src/screens/Signup/StepInfo/index.tsx b/src/screens/Signup/StepInfo/index.tsx
index 832a0b7848..65b2791c29 100644
--- a/src/screens/Signup/StepInfo/index.tsx
+++ b/src/screens/Signup/StepInfo/index.tsx
@@ -320,11 +320,11 @@ export function StepInfo({
Have we got your location wrong?{' '}
{
locationControl.open()
})}>
- Tap here to confirm your location with GPS.
+ Tap here to update your location with GPS.