change code after CR
[arvados-workbench2.git] / src / views / workflow-panel / workflow-description-card.tsx
index c591217afe03380ca769d3af207c629b2d1d0c22..72af6bc2f5da40cc98e6b6560bc921ccc0e48efe 100644 (file)
@@ -59,7 +59,7 @@ export const WorkflowDetailsCard = withStyles(styles)(
                     ) : (
                         <DataTableDefaultView
                             icon={WorkflowIcon}
-                            messages={['Please select a workflow to see its inpust.']} />
+                            messages={['Please select a workflow to see its inputs.']} />
                     )}
                 </CardContent>}
             </div>;