projects
/
arvados.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'master' into 14129-inputs-modal-new
[arvados.git]
/
src
/
views-components
/
dialog-create
/
dialog-project-create.tsx
diff --git
a/src/views-components/dialog-create/dialog-project-create.tsx
b/src/views-components/dialog-create/dialog-project-create.tsx
index 8c1d3800a0e1b275d9a12a3d02bfe2cf87828b1d..3075d96e4b722f42c4c248ee65a7d844c13bdeef 100644
(file)
--- a/
src/views-components/dialog-create/dialog-project-create.tsx
+++ b/
src/views-components/dialog-create/dialog-project-create.tsx
@@
-13,7
+13,7
@@
type DialogCollectionProps = WithDialogProps<{}> & InjectedFormProps<ProjectCrea
export const DialogProjectCreate = (props: DialogCollectionProps) =>
<FormDialog
- dialogTitle='
Create a
project'
+ dialogTitle='
New
project'
formFields={ProjectAddFields}
submitLabel='Create a Project'
{...props}