Skip to content

Commit e80dc36

Browse files
committed
texts
1 parent cd88ca7 commit e80dc36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

services/static-webserver/client/source/class/osparc/share/NewCollaboratorsManager.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ qx.Class.define("osparc.share.NewCollaboratorsManager", {
5757
},
5858

5959
__renderLayout: function() {
60-
const introText = this.tr("In order to start Sharing with other members, you first need to belong to an Organization.");
60+
const introText = this.tr("In order to start Sharing, you need to belong to an Organization or Search other users.");
6161
const introLabel = this.__introLabel = new qx.ui.basic.Label(introText).set({
6262
rich: true,
6363
wrap: true,
@@ -142,7 +142,7 @@ qx.Class.define("osparc.share.NewCollaboratorsManager", {
142142

143143
this.__potentialCollaborators = osparc.store.Groups.getInstance().getPotentialCollaborators(false, includeProductEveryone)
144144
const anyCollaborator = Object.keys(this.__potentialCollaborators).length;
145-
// tell the user that belonging to an organization is required to start sharing
145+
// tell the user that belonging to an organization or searching for "unknown users" is required to start sharing
146146
this.__introLabel.setVisibility(anyCollaborator ? "excluded" : "visible");
147147
this.__orgsButton.setVisibility(anyCollaborator ? "excluded" : "visible");
148148
// or start sharing

0 commit comments

Comments
 (0)