Skip to content

Commit

Permalink
Dev: Renamed user management panel to user management
Browse files Browse the repository at this point in the history
  • Loading branch information
thedirtypanda committed Jul 14, 2021
1 parent 3680653 commit a107cb2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion application/controllers/UserManagementController.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public function actionIndex()
);

// Green Bar (SurveyManagerBar) Page Title
$aData['pageTitle'] = gT('User management panel');
$aData['pageTitle'] = gT('User management');

//this is really important, so we have the aData also before rendering the content
$this->aData = $aData;
Expand Down
4 changes: 2 additions & 2 deletions application/views/admin/super/_configuration_menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -197,11 +197,11 @@
<?php eT('Users');?>
</li>

<!-- User management panel -->
<!-- User management -->
<?php if(Permission::model()->hasGlobalPermission('users','read')): ?>
<li class="dropdown-item">
<a href="<?php echo $this->createUrl("userManagement/index"); ?>">
<?php eT("User management panel");?>
<?php eT("User management");?>
</a>
</li>
<?php endif;?>
Expand Down

0 comments on commit a107cb2

Please sign in to comment.