diff --git a/lib/Screens/Home/Mobilepages/Create_groupPage.dart b/lib/Screens/Home/Mobilepages/Create_groupPage.dart index c7e5db26..74d44a53 100644 --- a/lib/Screens/Home/Mobilepages/Create_groupPage.dart +++ b/lib/Screens/Home/Mobilepages/Create_groupPage.dart @@ -104,7 +104,7 @@ class _CreationState extends State { actions: [ IconButton( onPressed: (){ - showConfirmation("Group Visibility", "Are you sure you want to change group visibility", vis(), context); + showConfirmation("Set Group Visibility", "Are you sure you want to change group visibility?", vis(), context); }, icon: visibility? Icon(Icons.visibility):Icon(Icons.visibility_off)) ],