Skip to content

Commit 38e06ab

Browse files
committed
minor
1 parent abe2cea commit 38e06ab

File tree

1 file changed

+1
-1
lines changed
  • services/static-webserver/client/source/class/osparc/ui/basic

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/ui/basic/NodeStatusUI.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ qx.Class.define("osparc.ui.basic.NodeStatusUI", {
145145
this.getNode().getStatus().addListener("changeProgress", e => {
146146
const progress = e.getData();
147147
if (progress > 0 && progress < 100) {
148-
this.getChildControl("label").setValue(this.tr("Uploading"));
148+
this.getChildControl("label").setValue(this.tr("Uploading..."));
149149
}
150150
});
151151
}

0 commit comments

Comments
 (0)