From 3bb5a602028d5ace55da8af3637a7f9d4eb48c00 Mon Sep 17 00:00:00 2001 From: Janicki Artur Date: Wed, 21 Nov 2018 12:13:16 +0100 Subject: [PATCH] change title for confirm workflow change dialog Feature #14479_ssh_keys Arvados-DCO-1.1-Signed-off-by: Janicki Artur --- src/store/run-process-panel/run-process-panel-actions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2