19143: Checks that project is writable when selecting workflow
[arvados-workbench2.git] / src / views / run-process-panel / run-process-basic-form.tsx
index a8005ad2943ee4a9fe0ddd823b211e3649c550b5..32a126a458fdcbd666969a95d09b34628889e104 100644 (file)
@@ -29,7 +29,7 @@ export const RunProcessBasicForm =
                     <Field
                         name='name'
                         component={TextField as any}
-                        label="Enter a new name for run process"
+                        label="Name for this workflow run"
                         required
                         validate={PROCESS_NAME_VALIDATION} />
                 </Grid>
@@ -37,7 +37,7 @@ export const RunProcessBasicForm =
                     <Field
                         name='description'
                         component={TextField as any}
-                        label="Enter a description for run process" />
+                        label="Optional description of this workflow run" />
                 </Grid>
                 <Grid item xs={12} md={6}>
                     <ProjectInput input={{