diff options
author | surfdude29 <149612116+surfdude29@users.noreply.github.com> | 2025-09-04 21:08:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-09-04 15:08:23 -0500 |
commit | 9738f4858dea04a5832b9d374e06c4b879abae29 (patch) | |
tree | 2685538cead1066e58ace0725b30509f79bfd7c6 /src/components/ageAssurance | |
parent | 0dafc2ccd6e221249128ab4d0c570042951f1906 (diff) | |
download | voidsky-9738f4858dea04a5832b9d374e06c4b879abae29.tar.zst |
Tweak location-related strings and labels (#8975)
* tweak string in BlockedGeoOverlay.tsx * tweak string in AgeAssuranceAccountCard.tsx * tweak string and labels in DeviceLocationRequestDialog.tsx * prettier * add missing `.` in DeviceLocationRequestDialog.tsx
Diffstat (limited to 'src/components/ageAssurance')
-rw-r--r-- | src/components/ageAssurance/AgeAssuranceAccountCard.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ageAssurance/AgeAssuranceAccountCard.tsx b/src/components/ageAssurance/AgeAssuranceAccountCard.tsx index be9935d9f..a7accfa74 100644 --- a/src/components/ageAssurance/AgeAssuranceAccountCard.tsx +++ b/src/components/ageAssurance/AgeAssuranceAccountCard.tsx @@ -90,7 +90,7 @@ function Inner({style}: ViewStyleProp & {}) { {...createStaticClick(() => { locationControl.open() })}> - Click here to confirm your location. + Tap here to confirm your location. </InlineLinkText>{' '} </Trans> </Text> |