From aa8c402f97750ca4a8155b8c2df01a7d3c9b3f8a Mon Sep 17 00:00:00 2001 From: estevez-dev Date: Tue, 25 Aug 2020 12:46:04 +0300 Subject: [PATCH] text change --- lib/pages/settings/integration_settings.part.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pages/settings/integration_settings.part.dart b/lib/pages/settings/integration_settings.part.dart index e0379d9..0255c7c 100644 --- a/lib/pages/settings/integration_settings.part.dart +++ b/lib/pages/settings/integration_settings.part.dart @@ -142,7 +142,7 @@ class _IntegrationSettingsPageState extends State { if (_useForegroundService) { notes.add(_getNoteWidget('* Notification is mandatory for foreground service', false)); } else { - notes.add(_getNoteWidget('* Use foreground service for intervals less then 15 minutes', false)); + notes.add(_getNoteWidget('* Use foreground service for more accurate and stable tracking', false)); } if (_useForegroundService && _locationInterval.inMinutes < 10) { notes.add(_getNoteWidget('* Battery consumption will be noticeable', true));