Skip to content

Commit 84187b1

Browse files
committed
rename and enable
1 parent 4289fb0 commit 84187b1

File tree

1 file changed

+3
-5
lines changed
  • services/static-webserver/client/source/class/osparc/po

1 file changed

+3
-5
lines changed

services/static-webserver/client/source/class/osparc/po/POCenter.js

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ qx.Class.define("osparc.po.POCenter", {
2727
this.addWidgetToTabs(miniProfile);
2828

2929
this.__addActiveUsersPage();
30-
if (osparc.utils.Utils.isDevelopmentPlatform()) {
31-
this.__addPendingUsersPage();
32-
}
30+
this.__addReviewUsersPage();
3331
this.__addPreRegistrationPage();
3432
this.__addInvitationsPage();
3533
this.__addProductPage();
@@ -44,8 +42,8 @@ qx.Class.define("osparc.po.POCenter", {
4442
this.addTab(title, iconSrc, users);
4543
},
4644

47-
__addPendingUsersPage: function() {
48-
const title = this.tr("Pending Users");
45+
__addReviewUsersPage: function() {
46+
const title = this.tr("Review Users");
4947
const iconSrc = "@FontAwesome5Solid/user-plus/22";
5048
const usersPending = new osparc.po.UsersPending();
5149
this.addTab(title, iconSrc, usersPending);

0 commit comments

Comments
 (0)