Skip to content

Commit 7e7e460

Browse files
committed
minor
1 parent 9fbff0b commit 7e7e460

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

services/static-webserver/client/source/class/osparc/ui/message/FlashMessageOEC.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,11 @@ qx.Class.define("osparc.ui.message.FlashMessageOEC", {
141141
if (confirmationWindow.getConfirmed()) {
142142
const extraContext = extraContextTA.getValue()
143143
const friendlyContext = this.__getSupportFriendlyContext();
144-
const text = "Dear Support Team,\n" + extraContext + "\n" + friendlyContext;
144+
const text = "Dear Support team,\n" + extraContext + "\n" + friendlyContext;
145145
textToAddMessageField(text);
146+
// This should be an automatic response in the chat
147+
const msg = this.tr("Thanks, your report has been sent.<br>Our support team will get back to you.");
148+
osparc.FlashMessenger.logAs(msg, "INFO");
146149
} else {
147150
supportCenter.close();
148151
}

0 commit comments

Comments
 (0)