diff --git a/apps/OpenSign/src/pages/PlaceHolderSign.js b/apps/OpenSign/src/pages/PlaceHolderSign.js index 74f84fb2c..e7328ed0d 100644 --- a/apps/OpenSign/src/pages/PlaceHolderSign.js +++ b/apps/OpenSign/src/pages/PlaceHolderSign.js @@ -1571,7 +1571,7 @@ function PlaceHolderSign() { { selector: '[data-tut="assignSigner"]', content: - " Please assign a new signer to use this icon for the placeholder. ", + " You need to attach a Signer to every role. You can do that by clicking this icon. Once you select a Signer it will be attached to all the fields associated with that role which appear in the same colour. ", position: "top", style: { fontSize: "13px" } } @@ -1695,7 +1695,7 @@ function PlaceHolderSign() { style={{ padding: 20 }} > {isSendAlert.mssg === "sure" ? ( - Please add field for all recipients. + Please add at least one signature field for all recipients. ) : isSendAlert.mssg === textWidget ? (

Please confirm that you have filled the text field.

) : ( diff --git a/apps/OpenSign/src/pages/TemplatePlaceholder.js b/apps/OpenSign/src/pages/TemplatePlaceholder.js index a90bfd600..10237ec96 100644 --- a/apps/OpenSign/src/pages/TemplatePlaceholder.js +++ b/apps/OpenSign/src/pages/TemplatePlaceholder.js @@ -1243,7 +1243,7 @@ const TemplatePlaceholder = () => { handleClose={() => setIsSendAlert(false)} >
-

Please add field for all recipients.

+

Please add at least one signature field for all roles.