diff --git a/lib/view/pages/talk/components/chatTextfield.dart b/lib/view/pages/talk/components/chatTextfield.dart index 35fe84f..9dc14e7 100644 --- a/lib/view/pages/talk/components/chatTextfield.dart +++ b/lib/view/pages/talk/components/chatTextfield.dart @@ -152,7 +152,7 @@ class _ChatTextfieldState extends State { ), onChanged: (String text) { if(text.trim().toLowerCase() == "marbot marbot marbot") { - var newText = "Roboter sind cool und so, aber marbots sind besser!"; + var newText = "Roboter sind cool und so, aber Marbots sind besser!"; _textBoxController.text = newText; text = newText; }