Skip to content

Commit b2db8b5

Browse files
odeimaizCopilot
andauthored
Update services/static-webserver/client/source/class/osparc/support/ConversationPage.js
Co-authored-by: Copilot <[email protected]>
1 parent feb0abb commit b2db8b5

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
@@ -208,7 +208,7 @@ qx.Class.define("osparc.support.ConversationPage", {
208208
extraContextLayout.add(ticketIdLabel);
209209
const fogbugzLink = conversation.getFogbugzLink();
210210
if (fogbugzLink && amISupporter) {
211-
const text = "Fogbugz Case:" + fogbugzLink.split("/").pop();
211+
const text = "Fogbugz Case: " + fogbugzLink.split("/").pop();
212212
const fogbugzLabel = new osparc.ui.basic.LinkLabel(text, fogbugzLink).set({
213213
font: "link-label-12",
214214
textColor: "text-disabled",

0 commit comments

Comments
 (0)