1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-04 13:25:26 +02:00
This commit is contained in:
Matt Hook 2023-02-13 23:23:44 +13:00 committed by GitHub
parent 5c05ec489e
commit 56dc2d1000
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ export function PorAccessControlFormUserSelector({
onChange={onChange} onChange={onChange}
data-cy="portainer-selectUserAccess" data-cy="portainer-selectUserAccess"
inputId={inputId} inputId={inputId}
placeholder="Select one or more teams" placeholder="Select one or more users"
/> />
); );
} }