Skip to content

Commit fa24bc0

Browse files
committed
Adding Screen to Account Tab
1 parent 01836cd commit fa24bc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AgendappDEMO/lib/Screens/MenuOpen.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ void _onItemTapped(int index) {
3939
_isVisible = true;
4040
}
4141
else if(index == 1){
42-
texto = "Tasks";
42+
texto = "All Talks";
4343
_isVisible = false;
4444
}
4545
else if (index == 2){

0 commit comments

Comments
 (0)