fix(box-selector): fixed incorrect wording for Private Box selector under UAC. (#7949)

pull/7959/head
fhanportainer 2022-11-01 11:06:11 +13:00 committed by GitHub
parent e785d1572e
commit 5048f08b5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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">

View File

@ -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 &&