diff --git a/lib/ui/lock_screen.dart b/lib/ui/lock_screen.dart index dc05c190e..02cdda363 100644 --- a/lib/ui/lock_screen.dart +++ b/lib/ui/lock_screen.dart @@ -29,7 +29,7 @@ class _LockScreenState extends State { height: 64, padding: const EdgeInsets.fromLTRB(80, 0, 80, 0), child: OutlinedButton( - child: Text("unlock"), + child: Text("Unlock"), onPressed: () async { _showLockScreen(); },