fix: change template report option tour message

This commit is contained in:
RaktimaNXG
2024-04-17 16:53:18 +05:30
parent 3e584cec1a
commit 7e6df13b71
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -323,7 +323,7 @@ export default function reportJson(id) {
action: "redirect",
selector: "reactourSecond",
message:
"Click the 'Use' button to create a new document from an existing template."
"Click the 'Use' button to create a new document from an existing template. "
},
{
btnId: "2234",
@@ -334,7 +334,7 @@ export default function reportJson(id) {
action: "option",
selector: "reactourThird",
message:
"Onclick option button you can see options such as Edit & Delete. Use the 'Edit' button to add signer roles, modify fields, and update your template. Changes will apply to all future documents created from this template but wont affect existing documents.Use the Delete button you can delete template",
"This menu reveals more options such as Edit & Delete. Use the 'Edit' button to add signer roles, modify fields, and update your template. Changes will apply to all future documents created from this template but wont affect existing documents.Use the Delete button you can delete template. ",
subaction: [
{
btnId: "2434",
+1 -1
View File
@@ -82,7 +82,7 @@ const Report = () => {
content: () => (
<TourContentWithBtn
message={
"Click the Add button to create a new template. Templates are reusable documents designed to quickly generate new documents with the same structure and varying signers. For example, an HR template for onboarding could have predefined roles like HR Manager and New Employee. Each time you use the template, you can assign the New Employee role to different incoming staff members, while the HR Manager role remains constant, facilitating a seamless onboarding process for each recruit."
"Click the 'Add' button to create a new template. Templates are reusable documents designed to quickly generate new documents with the same structure and varying signers. For example, an HR template for onboarding could have predefined roles like HR Manager and New Employee. Each time you use the template, you can assign the New Employee role to different incoming staff members, while the HR Manager role remains constant, facilitating a seamless onboarding process for each recruit. "
}
isChecked={handleDontShow}
/>