mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-17 21:25:54 +02:00
Merge pull request #618 from OpenSignLabs/patch-7
refactor: change widget warning
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user