From 41a025715e7db117340a855ff6c4a333123ab289 Mon Sep 17 00:00:00 2001 From: prafull-opensignlabs Date: Thu, 18 Apr 2024 14:14:57 +0530 Subject: [PATCH 1/2] refactor: change widget warning --- apps/OpenSign/src/pages/PlaceHolderSign.js | 2 +- apps/OpenSign/src/pages/TemplatePlaceholder.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/OpenSign/src/pages/PlaceHolderSign.js b/apps/OpenSign/src/pages/PlaceHolderSign.js index 74f84fb2c..9893b1d61 100644 --- a/apps/OpenSign/src/pages/PlaceHolderSign.js +++ b/apps/OpenSign/src/pages/PlaceHolderSign.js @@ -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.

Date: Thu, 18 Apr 2024 14:17:28 +0530 Subject: [PATCH 2/2] refactor: change user icon tour message --- apps/OpenSign/src/pages/PlaceHolderSign.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/OpenSign/src/pages/PlaceHolderSign.js b/apps/OpenSign/src/pages/PlaceHolderSign.js index 9893b1d61..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" } }