From 3d4daaeeca043ba73224c8d2c29bbda41c75e609 Mon Sep 17 00:00:00 2001 From: Jamie P Holcomb Date: Tue, 1 Aug 2023 11:14:35 -0400 Subject: [PATCH] Leaf 3841 - wording change --- LEAF_Request_Portal/admin/templates/mod_workflow.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LEAF_Request_Portal/admin/templates/mod_workflow.tpl b/LEAF_Request_Portal/admin/templates/mod_workflow.tpl index bbf8bde6f..57914a241 100644 --- a/LEAF_Request_Portal/admin/templates/mod_workflow.tpl +++ b/LEAF_Request_Portal/admin/templates/mod_workflow.tpl @@ -2132,7 +2132,7 @@ $('.workflowStepInfo').css('display', 'none'); dialog.setTitle('Duplicate current workflow'); - dialog.setContent('


The following will NOT be copied over:

    Fields that show up inline'); + dialog.setContent('


The following will NOT be copied over:

    Data fields that show up next to the workflow action buttons'); dialog.setSaveHandler(function() { let old_steps = {}; let workflowID;