diff --git a/lib/other/AppDrawer.dart b/lib/other/AppDrawer.dart index 3636bf8..c6701b2 100644 --- a/lib/other/AppDrawer.dart +++ b/lib/other/AppDrawer.dart @@ -33,7 +33,7 @@ class AppDrawer extends StatelessWidget { } ), ListTile( - title: Text("Practice Months"), + title: Text("Practice"), onTap: () { Navigator.pop(context); Navigator.pushNamed(context, "/practice/setup");