refactor: correct grammatical mistake in report help message

This commit is contained in:
prafull-opensignlabs
2024-03-31 14:16:23 +05:30
parent 6c21028523
commit 7eec822a65
+8 -8
View File
@@ -19,7 +19,7 @@ export default function reportJson(id) {
redirectUrl: "draftDocument"
}
],
helpMsg: "This are documents you have started but have not finalized for sending."
helpMsg: "These are documents you have started but have not finalized for sending."
};
// Need your sign report
case "4Hhwbp482K":
@@ -36,7 +36,7 @@ export default function reportJson(id) {
}
],
helpMsg:
"This is a list of documents that are waiting for your signature"
"These is a list of documents that are waiting for your signature"
};
// In progess report
case "1MwEuxLEkF":
@@ -53,7 +53,7 @@ export default function reportJson(id) {
}
],
helpMsg:
"This is a list of documents you've sent to other parties for signature."
"These is a list of documents you've sent to other parties for signature."
};
// completed documents report
case "kQUoW4hUXz":
@@ -69,7 +69,7 @@ export default function reportJson(id) {
redirectUrl: "draftDocument"
}
],
helpMsg: "This is a list of documents that have been signed by all parties."
helpMsg: "These is a list of documents that have been signed by all parties."
};
// declined documents report
case "UPr2Fm5WY3":
@@ -85,7 +85,7 @@ export default function reportJson(id) {
redirectUrl: "draftDocument"
}
],
helpMsg: "This is a list of documents that have been declined by one of the signers."
helpMsg: "These is a list of documents that have been declined by one of the signers."
};
// Expired Documents report
case "zNqBHXHsYH":
@@ -101,7 +101,7 @@ export default function reportJson(id) {
redirectUrl: "draftDocument"
}
],
helpMsg: "This is a list of documents that have reached their expiration date."
helpMsg: "These is a list of documents that have reached their expiration date."
};
// Recently sent for signatures report show on dashboard
case "d9k3UfYHBc":
@@ -162,7 +162,7 @@ export default function reportJson(id) {
}
],
form: "ContactBook",
helpMsg: "This is a list of contacts/signers added by you. These will appear as suggestions when you try to add signers to a new document."
helpMsg: "These is a list of contacts/signers added by you. These will appear as suggestions when you try to add signers to a new document."
};
// template report
case "6TeaPr321t":
@@ -186,7 +186,7 @@ export default function reportJson(id) {
}
],
helpMsg:
"This is a list of templates that are available to you for creating documents. You can click the 'use' button to create a new document using a template, modify the document & add signers in the next step."
"These is a list of templates that are available to you for creating documents. You can click the 'use' button to create a new document using a template, modify the document & add signers in the next step."
};
default:
return null;