Skip to content

Commit fb017c4

Browse files
Merge pull request #618 from OpenSignLabs/patch-7
refactor: change widget warning
2 parents 306768f + 01d3edd commit fb017c4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

apps/OpenSign/src/pages/PlaceHolderSign.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1571,7 +1571,7 @@ function PlaceHolderSign() {
15711571
{
15721572
selector: '[data-tut="assignSigner"]',
15731573
content:
1574-
" Please assign a new signer to use this icon for the placeholder. ",
1574+
" 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. ",
15751575
position: "top",
15761576
style: { fontSize: "13px" }
15771577
}
@@ -1695,7 +1695,7 @@ function PlaceHolderSign() {
16951695
style={{ padding: 20 }}
16961696
>
16971697
{isSendAlert.mssg === "sure" ? (
1698-
<span>Please add field for all recipients.</span>
1698+
<span>Please add at least one signature field for all recipients.</span>
16991699
) : isSendAlert.mssg === textWidget ? (
17001700
<p>Please confirm that you have filled the text field.</p>
17011701
) : (

apps/OpenSign/src/pages/TemplatePlaceholder.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1243,7 +1243,7 @@ const TemplatePlaceholder = () => {
12431243
handleClose={() => setIsSendAlert(false)}
12441244
>
12451245
<div style={{ height: "100%", padding: 20 }}>
1246-
<p>Please add field for all recipients.</p>
1246+
<p>Please add at least one signature field for all roles.</p>
12471247
</div>
12481248
</ModalUi>
12491249
<ModalUi

0 commit comments

Comments
 (0)