Skip to content

Commit 96df51d

Browse files
committed
text updated
1 parent 71fe14d commit 96df51d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,12 @@ qx.Class.define("osparc.share.NewCollaboratorsManager", {
5555
},
5656

5757
__renderLayout: function() {
58+
let text = this.__showOrganizations ?
59+
this.tr("Select users or organizations from the list below.") :
60+
this.tr("Select users from the list below.");
61+
text += this.tr("<br>If they aren't listed, search them by username, or email and/or full name if these are publicly available.");
5862
const introLabel = new qx.ui.basic.Label().set({
59-
value: this.tr("Select users or organizations from the list below. Search them if they aren't listed."),
63+
value: text,
6064
rich: true,
6165
wrap: true,
6266
paddingBottom: 5

0 commit comments

Comments
 (0)