Skip to content

Commit cd2be94

Browse files
fix: change template react-tour message
1 parent c5c001f commit cd2be94

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

apps/OpenSign/src/components/pdf/Placeholder.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ function Placeholder(props) {
7474
const newDate = moment(milliseconds).format(dateFormat);
7575
const dateObj = {
7676
date: newDate,
77-
format: props.pos?.options?.validation?.format
77+
format: dateFormat
7878
};
7979
setSelectDate(dateObj);
8080
}

apps/OpenSign/src/pages/TemplatePlaceholder.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@ const TemplatePlaceholder = () => {
725725
selector: '[data-tut="reactourFirst"]',
726726
content: () => (
727727
<TourContentWithBtn
728-
message={`Select a role from this list to add a place-holder where he is supposed to sign.The placeholder will appear in the same colour as the recipient name once you drop it on the document.`}
728+
message={`Once roles are added, select a role from list to add a place-holder where he is supposed to sign. The placeholder will appear in the same colour as the role name once you drop it on the document.`}
729729
isChecked={handleDontShow}
730730
/>
731731
),
@@ -737,7 +737,7 @@ const TemplatePlaceholder = () => {
737737
selector: '[data-tut="reactourSecond"]',
738738
content: () => (
739739
<TourContentWithBtn
740-
message={`Drag the signature or stamp placeholder onto the PDF to choose your desired signing location.`}
740+
message={`Drag a widget placeholder onto the PDF to choose your desired signing location.`}
741741
isChecked={handleDontShow}
742742
/>
743743
),
@@ -759,7 +759,7 @@ const TemplatePlaceholder = () => {
759759
selector: '[data-tut="reactourFour"]',
760760
content: () => (
761761
<TourContentWithBtn
762-
message={`Clicking "Save" button will save the template and will ask you for creating new document.`}
762+
message={`Clicking "Save" button will save the template and will ask you if you want to create a new document using this template.`}
763763
isChecked={handleDontShow}
764764
/>
765765
),

0 commit comments

Comments
 (0)