refactor: change widget warning

This commit is contained in:
prafull-opensignlabs
2024-04-18 14:14:57 +05:30
parent 306768fbd2
commit 41a025715e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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