From: Janicki Artur Date: Wed, 21 Nov 2018 11:13:16 +0000 (+0100) Subject: change title for confirm workflow change dialog X-Git-Tag: 1.3.0~21^2 X-Git-Url: https://git.arvados.org/arvados-workbench2.git/commitdiff_plain/3bb5a602028d5ace55da8af3637a7f9d4eb48c00 change title for confirm workflow change dialog Feature #14479_ssh_keys Arvados-DCO-1.1-Signed-off-by: Janicki Artur --- diff --git a/src/store/run-process-panel/run-process-panel-actions.ts b/src/store/run-process-panel/run-process-panel-actions.ts index 314b7621..a21f7c04 100644 --- a/src/store/run-process-panel/run-process-panel-actions.ts +++ b/src/store/run-process-panel/run-process-panel-actions.ts @@ -57,7 +57,7 @@ export const openSetWorkflowDialog = (workflow: WorkflowResource) => dispatch(dialogActions.OPEN_DIALOG({ id: SET_WORKFLOW_DIALOG, data: { - title: 'Data loss warning', + title: 'Form will be cleared', text: 'Changing a workflow will clean all input fields in next step.', confirmButtonLabel: 'Change Workflow', workflow