From 9738f4858dea04a5832b9d374e06c4b879abae29 Mon Sep 17 00:00:00 2001 From: surfdude29 <149612116+surfdude29@users.noreply.github.com> Date: Thu, 4 Sep 2025 21:08:23 +0100 Subject: 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 --- src/components/BlockedGeoOverlay.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/BlockedGeoOverlay.tsx') diff --git a/src/components/BlockedGeoOverlay.tsx b/src/components/BlockedGeoOverlay.tsx index df8ed63d4..8dd55c2bf 100644 --- a/src/components/BlockedGeoOverlay.tsx +++ b/src/components/BlockedGeoOverlay.tsx @@ -156,7 +156,7 @@ export function BlockedGeoOverlay() { props.disableDialogAction() props.setDialogError( _( - msg`We're sorry, but based on your device's location, you are currently located in a region we cannot provide access at this time.`, + msg`We're sorry, but based on your device's location, you are currently located in a region where we cannot provide access at this time.`, ), ) } else { -- cgit 1.4.1