pull/8492/head
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
1 changed files with 1 additions and 1 deletions

View File

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