Skip to content

Commit

Permalink
shorten permission messages
Browse files Browse the repository at this point in the history
  • Loading branch information
mdmohsin7 committed Sep 30, 2024
1 parent ad40f14 commit 021fa1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/lib/pages/onboarding/permissions/permissions_widget.dart
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class _PermissionsWidgetState extends State<PermissionsWidget> {
}
},
title: const Text(
'Allow Omi to run in the background to improve stability',
'Let Omi run in the background for better stability.',
style: TextStyle(fontSize: 16, fontWeight: FontWeight.w500),
),
contentPadding: const EdgeInsets.only(left: 8),
Expand Down Expand Up @@ -110,7 +110,7 @@ class _PermissionsWidgetState extends State<PermissionsWidget> {
}
},
title: const Text(
'Enable background location access for Omi\'s full experience.',
'Enable background location for the full experience',
style: TextStyle(fontSize: 16, fontWeight: FontWeight.w500),
),
contentPadding: const EdgeInsets.only(left: 8),
Expand All @@ -129,7 +129,7 @@ class _PermissionsWidgetState extends State<PermissionsWidget> {
}
},
title: const Text(
'Enable notification access for Omi\'s full experience.',
'Enable notifications to stay informed',
style: TextStyle(fontSize: 16, fontWeight: FontWeight.w500),
),
contentPadding: const EdgeInsets.only(left: 8),
Expand Down

0 comments on commit 021fa1e

Please sign in to comment.