File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1695,7 +1695,7 @@ function PlaceHolderSign() {
1695
1695
style = { { padding : 20 } }
1696
1696
>
1697
1697
{ 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 >
1699
1699
) : isSendAlert . mssg === textWidget ? (
1700
1700
< p > Please confirm that you have filled the text field.</ p >
1701
1701
) : (
Original file line number Diff line number Diff line change @@ -1243,7 +1243,7 @@ const TemplatePlaceholder = () => {
1243
1243
handleClose = { ( ) => setIsSendAlert ( false ) }
1244
1244
>
1245
1245
< 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 >
1247
1247
</ div >
1248
1248
</ ModalUi >
1249
1249
< ModalUi
You can’t perform that action at this time.
0 commit comments