mirror of https://github.com/portainer/portainer
fix(box-selector): fixed incorrect wording for Private Box selector under UAC. (#7949)
parent
e785d1572e
commit
5048f08b5f
|
@ -45,7 +45,7 @@
|
|||
<pr-icon icon="'eye-off'" feather="true"></pr-icon>
|
||||
Private
|
||||
</div>
|
||||
<p> I want to this resource to be manageable by myself only </p>
|
||||
<p> I want to restrict this resource to be manageable by myself only </p>
|
||||
</label>
|
||||
</div>
|
||||
<div ng-if="!$ctrl.isAdmin && $ctrl.availableTeams.length > 0">
|
||||
|
|
|
@ -61,7 +61,7 @@ function nonAdminOptions(teams?: Team[]) {
|
|||
'access_private',
|
||||
<BadgeIcon icon={ownershipIcon('private')} />,
|
||||
'Private',
|
||||
'I want to this resource to be manageable by myself only',
|
||||
'I want to restrict this resource to be manageable by myself only',
|
||||
ResourceControlOwnership.PRIVATE
|
||||
),
|
||||
teams &&
|
||||
|
|
Loading…
Reference in New Issue