Skip to content

Commit 12c3aec

Browse files
odeimaizCopilot
andauthored
Update services/static-webserver/client/source/class/osparc/ui/message/FlashMessageOEC.js
Co-authored-by: Copilot <[email protected]>
1 parent 6ff873c commit 12c3aec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ 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);
146146
// This should be an automatic response in the chat
147147
const msg = this.tr("Thanks, your report has been sent.<br>Our support team will get back to you.");

0 commit comments

Comments
 (0)