Skip to content

Commit 1fe9b11

Browse files
committed
Update bot_widget.js
1 parent 3eca829 commit 1fe9b11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Utilities Frontend/docker/widgets/bot_widget.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ requirejs(
124124
} else if(JSON.parse(xhr.response)[instanceName][botName] == undefined){
125125
error = "Bot Name not found"
126126
}
127-
alert("Given bot parameter is wrong: " + error);
127+
alert("The submitted model has following problems: " + error);
128128
}
129129
} else {
130130
alert(

0 commit comments

Comments
 (0)