diff --git a/app/lib/main.dart b/app/lib/main.dart index 5a60a1c..ce1dd5c 100644 --- a/app/lib/main.dart +++ b/app/lib/main.dart @@ -125,7 +125,7 @@ class _MyHomePageState extends State { ScaffoldMessenger.of(context).showSnackBar( SnackBar( content: Text( - "Error! Server rejected our key. Maybe you need to register it first? Or you do not have access to this lock.", + "Error! Server rejected your key. Maybe you need to register it first? Or you do not have access to this lock?", ), duration: const Duration(seconds: 3), ),