Skip to content

Commit

Permalink
Fixed issue #CR-1257: ownership typo (#3322)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohabmes committed Aug 2, 2023
1 parent e59a1d8 commit ed063a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/models/User.php
Expand Up @@ -573,7 +573,7 @@ public function getManagementButtons()
'data-user' => CHtml::encode($this->full_name),
'data-action' => 'deluser',
'data-onclick' => "LS.UserManagement.triggerRunAction(\"#UserManagement--takeown-$this->uid\")",
'data-message' => gT('Do you want to take ownerschip of this user?'),
'data-message' => gT('Do you want to take ownership of this user?'),
],
'enabledCondition' =>
($permission_superadmin_read
Expand Down

0 comments on commit ed063a3

Please sign in to comment.