1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-05 05:45:22 +02:00

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

This commit is contained in:
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

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