Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
Elias Müller 2024-02-25 17:05:47 +01:00
commit 4a8e528cb8

@ -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;
}