Skip to content

Commit ddc1986

Browse files
committed
minor
1 parent f67f3d6 commit ddc1986

File tree

1 file changed

+1
-1
lines changed
  • services/static-webserver/client/source/class/osparc/data/model

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/data/model/Workbench.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -894,7 +894,7 @@ qx.Class.define("osparc.data.model.Workbench", {
894894

895895
__addNodesFromPatches: function(nodesAdded, workbenchPatchesByNode) {
896896
// not solved yet, log the user out to avoid issues
897-
qx.core.Init.getApplication().logout(this.tr("Potential updates coming from a collaborator"));
897+
qx.core.Init.getApplication().logout(qx.locale.Manager.tr("Potentially conflicting updates coming from a collaborator"));
898898
return;
899899

900900
const promises = nodesAdded.map(nodeId => {

0 commit comments

Comments
 (0)