changed appdrawer name of practice (was "practice months" still)
This commit is contained in:
parent
e420d3512b
commit
391a6ac001
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Reference in a new issue