Skip to content

Commit 075e4d5

Browse files
committed
Merge branch 'enh/chat-bubble' of github.com:odeimaiz/osparc-simcore into enh/chat-bubble
2 parents feb0abb + b2db8b5 commit 075e4d5

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)