Skip to content

Commit 9907c38

Browse files
committed
minor
1 parent 0c9689e commit 9907c38

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

services/static-webserver/client/source/class/osparc/task/TasksButton.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ qx.Class.define("osparc.task.TasksButton", {
2727
width: 30,
2828
alignX: "center",
2929
cursor: "pointer",
30-
visibility: "excluded"
30+
visibility: "excluded",
31+
tooltipText: this.tr("Tasks"),
3132
});
3233

3334
const tasks = osparc.task.TasksContainer.getInstance();

0 commit comments

Comments
 (0)