diff --git a/lib/ui/settings/security_section_widget.dart b/lib/ui/settings/security_section_widget.dart index fdf5ba229e..eb4c0e71d9 100644 --- a/lib/ui/settings/security_section_widget.dart +++ b/lib/ui/settings/security_section_widget.dart @@ -90,7 +90,7 @@ class _SecuritySectionWidgetState extends State { crossAxisAlignment: CrossAxisAlignment.start, children: const [ Text( - "Hiding from the task switcher will prevent you from taking screenshots in this app.", + "Hiding from the task switcher may prevent you from taking screenshots in this app.", style: TextStyle( height: 1.5, ),