Merge pull request #618 from OpenSignLabs/patch-7

refactor: change widget warning
This commit is contained in:
Raktima
2024-04-18 14:29:17 +05:30
committed by GitHub
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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" ? (
<span>Please add field for all recipients.</span>
<span>Please add at least one signature field for all recipients.</span>
) : isSendAlert.mssg === textWidget ? (
<p>Please confirm that you have filled the text field.</p>
) : (
@@ -1243,7 +1243,7 @@ const TemplatePlaceholder = () => {
handleClose={() => setIsSendAlert(false)}
>
<div style={{ height: "100%", padding: 20 }}>
<p>Please add field for all recipients.</p>
<p>Please add at least one signature field for all roles.</p>
</div>
</ModalUi>
<ModalUi