From 1042332f5b6fa102735efc5c38de7da518bf9200 Mon Sep 17 00:00:00 2001 From: ashilkn Date: Wed, 3 Jul 2024 19:34:57 +0530 Subject: [PATCH] [mob][photos] Add title to error dialog when there is no system lock --- mobile/lib/ui/settings/security_section_widget.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/lib/ui/settings/security_section_widget.dart b/mobile/lib/ui/settings/security_section_widget.dart index 61d302b6a5..6e14ce8f4c 100644 --- a/mobile/lib/ui/settings/security_section_widget.dart +++ b/mobile/lib/ui/settings/security_section_widget.dart @@ -164,7 +164,7 @@ class _SecuritySectionWidgetState extends State { } else { await showErrorDialog( context, - "", + "No system lock", "To enable app lock, please setup device passcode or screen lock in your system settings.", ); }