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.