Skip to content

Commit

Permalink
Leaf 3841 - wording change
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie P Holcomb committed Aug 1, 2023
1 parent bc8b052 commit 3d4daae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LEAF_Request_Portal/admin/templates/mod_workflow.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -2132,7 +2132,7 @@
$('.workflowStepInfo').css('display', 'none');
dialog.setTitle('Duplicate current workflow');
dialog.setContent('<br /><label for="description">New Workflow Title:</label> <input type="text" id="description"/><br /><br />The following will NOT be copied over:<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;Fields that show up inline');
dialog.setContent('<br /><label for="description">New Workflow Title:</label> <input type="text" id="description"/><br /><br />The following will NOT be copied over:<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;Data fields that show up next to the workflow action buttons');
dialog.setSaveHandler(function() {
let old_steps = {};
let workflowID;
Expand Down

0 comments on commit 3d4daae

Please sign in to comment.