Extract form dialog component
[arvados-workbench2.git] / src / views / collection-panel / collection-panel.tsx
index 5baa6d18753fd7e1f6a0198eb942d7c922538a59..374cb95159483f5d4896fcbd539fddfc61931ea3 100644 (file)
@@ -100,7 +100,7 @@ export const CollectionPanel = withStyles(styles)(
                         </Card>
 
                         <Card className={classes.card}>
-                            <CardHeader title="Tags" />
+                            <CardHeader title="Properties" />
                             <CardContent>
                                 <Grid container direction="column">
                                     <Grid item xs={12}><CollectionTagForm /></Grid>