[ARVADOS-WORKBENCH2] created: 1.2.0-282-g7e605d3
Git user
git at public.curoverse.com
Wed Sep 5 05:27:50 EDT 2018
at 7e605d3009ebc365ecb468065b5734151de7dc2b (commit)
commit 7e605d3009ebc365ecb468065b5734151de7dc2b
Author: Pawel Kowalczyk <pawel.kowalczyk at contractors.roche.com>
Date: Wed Sep 5 11:27:31 2018 +0200
inconsistent-name-on-new-project
Feature #14146
Arvados-DCO-1.1-Signed-off-by: Pawel Kowalczyk <pawel.kowalczyk at contractors.roche.com>
diff --git a/src/views-components/dialog-create/dialog-collection-create.tsx b/src/views-components/dialog-create/dialog-collection-create.tsx
index 38a8114..690cf8e 100644
--- a/src/views-components/dialog-create/dialog-collection-create.tsx
+++ b/src/views-components/dialog-create/dialog-collection-create.tsx
@@ -16,7 +16,7 @@ type DialogCollectionProps = WithDialogProps<{}> & InjectedFormProps<CollectionC
export const DialogCollectionCreate = (props: DialogCollectionProps) =>
<FormDialog
- dialogTitle='Create a collection'
+ dialogTitle='New collection'
formFields={CollectionAddFields}
submitLabel='Create a Collection'
{...props}
diff --git a/src/views-components/dialog-create/dialog-project-create.tsx b/src/views-components/dialog-create/dialog-project-create.tsx
index 8c1d380..3075d96 100644
--- 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}
diff --git a/src/views/project-panel/project-panel.tsx b/src/views/project-panel/project-panel.tsx
index b75b37a..2573f81 100644
--- a/src/views/project-panel/project-panel.tsx
+++ b/src/views/project-panel/project-panel.tsx
@@ -148,7 +148,7 @@ export const ProjectPanel = withStyles(styles)(
return <div className={classes.root}>
<div className={classes.toolbar}>
<Button color="primary" onClick={this.handleNewCollectionClick} variant="raised" className={classes.button}>
- Create a collection
+ New collection
</Button>
<Button color="primary" variant="raised" className={classes.button}>
Run a process
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list