[ARVADOS-WORKBENCH2] updated: 2.3.0-58-g04ddc76f
Git user
git at public.arvados.org
Thu Dec 16 15:43:18 UTC 2021
Summary of changes:
src/views-components/form-fields/project-form-fields.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 04ddc76f953ae6c61264a9c1fa5a8cade9e1773e (commit)
from 7bf8014027507777a91a0266cf37beaa9841a2d1 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 04ddc76f953ae6c61264a9c1fa5a8cade9e1773e
Author: Stephen Smith <stephen at curii.com>
Date: Thu Dec 16 10:42:52 2021 -0500
18123: Clarify group create users input field label
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen at curii.com>
diff --git a/src/views-components/form-fields/project-form-fields.tsx b/src/views-components/form-fields/project-form-fields.tsx
index 48348bab..6ef723d3 100644
--- a/src/views-components/form-fields/project-form-fields.tsx
+++ b/src/views-components/form-fields/project-form-fields.tsx
@@ -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} />;
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list