Skip to content

Commit a081457

Browse files
committed
minor
1 parent b05f8ae commit a081457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/support/ConversationPage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ qx.Class.define("osparc.support.ConversationPage", {
151151
if (conversation && amISupporter) {
152152
const extraContext = conversation.getExtraContext();
153153
if (extraContext && Object.keys(extraContext).length) {
154-
let extraContextText = `Support ID: ${conversation.getConversationId()}`;
154+
let extraContextText = `Ticket ID: ${conversation.getConversationId()}`;
155155
const contextProjectId = conversation.getContextProjectId();
156156
if (contextProjectId) {
157157
extraContextText += `<br>Project ID: ${contextProjectId}`;

0 commit comments

Comments
 (0)