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>
|
<pr-icon icon="'eye-off'" feather="true"></pr-icon>
|
||||||
Private
|
Private
|
||||||
</div>
|
</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>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<div ng-if="!$ctrl.isAdmin && $ctrl.availableTeams.length > 0">
|
<div ng-if="!$ctrl.isAdmin && $ctrl.availableTeams.length > 0">
|
||||||
|
|
|
@ -61,7 +61,7 @@ function nonAdminOptions(teams?: Team[]) {
|
||||||
'access_private',
|
'access_private',
|
||||||
<BadgeIcon icon={ownershipIcon('private')} />,
|
<BadgeIcon icon={ownershipIcon('private')} />,
|
||||||
'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
|
ResourceControlOwnership.PRIVATE
|
||||||
),
|
),
|
||||||
teams &&
|
teams &&
|
||||||
|
|
Loading…
Reference in New Issue