From 039f64792a39a97d707dbb8c9c17e0a9eb7fc40d Mon Sep 17 00:00:00 2001 From: Jack Greenlee Date: Mon, 7 Oct 2024 17:11:21 -0400 Subject: [PATCH] update more strings - update overall-notification-description to not mention "hourly invisible push notifications" since they do not depend on the permission -adjust some Android strings to be more congruent with the iOS versions --- www/i18n/en.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/www/i18n/en.json b/www/i18n/en.json index 199e60a6f..afd4e2600 100644 --- a/www/i18n/en.json +++ b/www/i18n/en.json @@ -318,16 +318,16 @@ "fitnessperms": { "name": "Fitness Permission", "description": { - "android": "Please allow.", + "android": "Allow motion and fitness tracking to enable mode detection", "ios": "Allow motion and fitness tracking to enable mode detection" } }, "overall-notification-name": "Notifications", - "overall-notification-description": "We use notifications to inform you if the settings are incorrect. We also use hourly invisible push notifications to wake up the app and allow it to upload data and check app status. We also use notifications to remind you to label your trips.", + "overall-notification-description": "We use notifications to alert you if settings are incorrect and to remind you to label your trips.", "notificationperms": { "app-enabled-name": "App Notifications", "description": { - "android-enable": "On the app settings page, ensure that all notifications and channels are enabled.", + "android-enable": "On the app settings page, enable notifications for reminders and app status alerts.", "ios-enable": "Allow notifications for reminders and app status alerts" } },