inconsistent-name-on-new-project
authorPawel Kowalczyk <pawel.kowalczyk@contractors.roche.com>
Wed, 5 Sep 2018 09:27:31 +0000 (11:27 +0200)
committerPawel Kowalczyk <pawel.kowalczyk@contractors.roche.com>
Wed, 5 Sep 2018 09:27:31 +0000 (11:27 +0200)
Feature #14146

Arvados-DCO-1.1-Signed-off-by: Pawel Kowalczyk <pawel.kowalczyk@contractors.roche.com>

src/views-components/dialog-create/dialog-collection-create.tsx
src/views-components/dialog-create/dialog-project-create.tsx
src/views/project-panel/project-panel.tsx

index 38a8114de2856d4d38ca739f549ef3386831e1c2..690cf8e52e09d648a9ce4fd884065ddb92702299 100644 (file)
@@ -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}
index 8c1d3800a0e1b275d9a12a3d02bfe2cf87828b1d..3075d96e4b722f42c4c248ee65a7d844c13bdeef 100644 (file)
@@ -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}
index b75b37aab5e7fa99ac8c4bb2d738abb55d764b29..2573f81813a920256cc9a0801e2af8f2dd7eb611 100644 (file)
@@ -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