File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
services/static-webserver/client/source/class/osparc/po Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff 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 ) ;
You can’t perform that action at this time.
0 commit comments