Skip to content

Commit

Permalink
Dev Updated texts
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Sep 25, 2017
1 parent 2260c5b commit 8477eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/controllers/admin/useraction.php
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ public function savepermissions()
}
// Can not update forced superadmin rights
if ( Permission::isForcedSuperAdmin($iUserID) ) {
Yii::app()->setFlashMessage(gT("This Superadmin permissions cannot be updated!"),'error');
Yii::app()->setFlashMessage(gT("The permissions of this superadmin cannot be updated!"),'error');
$this->getController()->redirect(array("admin/user/sa/index"));
}
$aBaseUserPermissions = Permission::model()->getGlobalBasePermissions();
Expand Down

0 comments on commit 8477eee

Please sign in to comment.