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
This commit is contained in:
surfdude29
2025-09-04 21:08:23 +01:00
committed by GitHub
parent 0dafc2ccd6
commit 9738f4858d
3 changed files with 8 additions and 8 deletions
@@ -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>