Skip to content

Commit

Permalink
update Create_groupPage.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
Aquarius-blake committed Nov 8, 2023
1 parent 920d9f5 commit c390c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Screens/Home/Mobilepages/Create_groupPage.dart
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ class _CreationState extends State<Creation> {
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))
],
Expand Down

0 comments on commit c390c49

Please sign in to comment.