Skip to content

Commit e9f15f9

Browse files
committed
rename
1 parent 1f6e51f commit e9f15f9

File tree

1 file changed

+3
-3
lines changed
  • services/static-webserver/client/source/class/osparc/desktop/organizations

1 file changed

+3
-3
lines changed

services/static-webserver/client/source/class/osparc/desktop/organizations/MembersList.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ qx.Class.define("osparc.desktop.organizations.MembersList", {
7575
members: {
7676
__currentOrg: null,
7777
__introLabel: null,
78-
__memberInvitationButton: null,
78+
__addMembersButton: null,
7979
__membersModel: null,
8080

8181
setCurrentOrg: function(orgModel) {
@@ -118,7 +118,7 @@ qx.Class.define("osparc.desktop.organizations.MembersList", {
118118
},
119119

120120
__getMemberInvitation: function() {
121-
const addBtn = this.__memberInvitationButton = new qx.ui.form.Button().set({
121+
const addBtn = this.__addMembersButton = new qx.ui.form.Button().set({
122122
appearance: "strong-button",
123123
label: this.tr("Add Members..."),
124124
allowGrowX: false,
@@ -247,7 +247,7 @@ qx.Class.define("osparc.desktop.organizations.MembersList", {
247247
this.tr("You can't add new members to this Organization. Please contact an Administrator or Manager.");
248248
this.__introLabel.setValue(introText);
249249

250-
this.__memberInvitationButton.set({
250+
this.__addMembersButton.set({
251251
enabled: canIWrite
252252
});
253253

0 commit comments

Comments
 (0)