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));