18123: Clarify group create users input field label 18123-group-edit-page-rebase1
authorStephen Smith <stephen@curii.com>
Thu, 16 Dec 2021 15:42:52 +0000 (10:42 -0500)
committerStephen Smith <stephen@curii.com>
Thu, 16 Dec 2021 15:42:52 +0000 (10:42 -0500)
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>

src/views-components/form-fields/project-form-fields.tsx

index 48348bab12d5f25d9e6ddca35808f7e063f63364..6ef723d3cda911869e7d4647e96cbb06196a31fc 100644 (file)
@@ -52,7 +52,7 @@ export const UsersField = () =>
 export const UsersSelect = ({ fields }: WrappedFieldArrayProps<Participant>) =>
         <ParticipantSelect
             onlyPeople
-            label='Enter email adresses '
+            label='Search for users to add to the group'
             items={fields.getAll() || []}
             onSelect={fields.push}
             onDelete={fields.remove} />;