From 391a6ac00181c9ade721494321e921f649aaa978 Mon Sep 17 00:00:00 2001 From: BroodjeAap Date: Sat, 5 Dec 2020 15:47:57 +0100 Subject: [PATCH] changed appdrawer name of practice (was "practice months" still) --- lib/other/AppDrawer.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");