fixed capitalisazion

This commit is contained in:
Elias Müller 2024-02-20 17:26:33 +00:00
parent c2f05da96e
commit 2f1bb27360

View File

@ -152,7 +152,7 @@ class _ChatTextfieldState extends State<ChatTextfield> {
),
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;
}