Skip to content

Commit f4e8a16

Browse files
committed
minor
1 parent b536c7e commit f4e8a16

File tree

1 file changed

+2
-1
lines changed
  • services/static-webserver/client/source/class/osparc/dashboard

1 file changed

+2
-1
lines changed

services/static-webserver/client/source/class/osparc/dashboard/CardBase.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,8 +695,9 @@ qx.Class.define("osparc.dashboard.CardBase", {
695695
// Block card
696696
this.setBlocked("UNKNOWN_SERVICES");
697697
const image = "@FontAwesome5Solid/ban/";
698+
let toolTipText = this.tr("Unknown service(s)");
698699
if (cantReadServices && cantReadServices.length) {
699-
let toolTipText = this.tr("Inaccessible service(s):");
700+
toolTipText = this.tr("Inaccessible service(s)");
700701
cantReadServices.forEach(unSrv => {
701702
toolTipText += "<br>" + unSrv.key + ":" + osparc.service.Utils.extractVersionDisplay(unSrv.release);
702703
});

0 commit comments

Comments
 (0)