File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -454,7 +454,7 @@ function PlaceholderType(props) {
454
454
{ props ?. pos ?. options ?. name }
455
455
</ option >
456
456
457
- { props . pos ?. options ?. values . map ( ( data , ind ) => {
457
+ { props . pos ?. options ?. values ? .map ( ( data , ind ) => {
458
458
return (
459
459
< option key = { ind } value = { data } >
460
460
{ data }
Original file line number Diff line number Diff line change @@ -1292,7 +1292,7 @@ function PlaceHolderSign() {
1292
1292
selector : '[data-tut="addRecipient"]' ,
1293
1293
content : ( ) => (
1294
1294
< TourContentWithBtn
1295
- message = { `Clicking "Add recipients" button will allow you to add more signer .` }
1295
+ message = { `Clicking "Add recipients" button will allow you to add more signers .` }
1296
1296
isChecked = { handleDontShow }
1297
1297
/>
1298
1298
) ,
Original file line number Diff line number Diff line change @@ -838,7 +838,7 @@ const TemplatePlaceholder = () => {
838
838
selector : '[data-tut="headerArea"]' ,
839
839
content : ( ) => (
840
840
< TourContentWithBtn
841
- message = { `Clicking ‘Save ’ will store the current template. After saving, you’ll be prompted to create a new document from this template if you wish.` }
841
+ message = { `Clicking ‘Next ’ will store the current template. After saving, you’ll be prompted to create a new document from this template if you wish.` }
842
842
isChecked = { handleDontShow }
843
843
/>
844
844
) ,
@@ -1477,7 +1477,7 @@ const TemplatePlaceholder = () => {
1477
1477
/>
1478
1478
{ /* pdf header which contain funish back button */ }
1479
1479
< Header
1480
- completeBtnTitle = { "Save " }
1480
+ completeBtnTitle = { "Next " }
1481
1481
isPlaceholder = { true }
1482
1482
pageNumber = { pageNumber }
1483
1483
allPages = { allPages }
You can’t perform that action at this time.
0 commit comments