From 0ffee6a3cc52390711b69ed112cfc28d1dea9e8c Mon Sep 17 00:00:00 2001 From: Jack Greenlee Date: Mon, 7 Oct 2024 11:58:26 -0400 Subject: [PATCH] remove "precise" from ios-13-13.3 loc permission request string 'Precise' location did not exist until ios 14 so there is no point in describing it in the ios 13-13.3 prompt --- www/i18n/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/i18n/en.json b/www/i18n/en.json index 245de0051..199e60a6f 100644 --- a/www/i18n/en.json +++ b/www/i18n/en.json @@ -308,7 +308,7 @@ "android-11": "On the app settings page, choose the 'Location' permission and set it to 'Allow all the time'", "android-gte-12": "On the app settings page, choose the 'Location' permission and set it to 'Allow all the time' and 'Precise'", "ios-lt-13": "Select 'Always Allow' to enable location tracking", - "ios-13-13.3": "Select 'Always' and 'Precise' on the next screen to enable location tracking, then return here to continue", + "ios-13-13.3": "Select 'Always' location permissions on the next screen to enable location tracking, then return here to continue", "ios-gte-13.4": "Select 'Precise' and 'Allow While Using App' on the next screen, then 'Change to Always Allow' to enable location tracking" } },