From 7eec822a656bb23d23471caa84b0b3dc36be5bec Mon Sep 17 00:00:00 2001 From: prafull-opensignlabs Date: Sun, 31 Mar 2024 14:16:23 +0530 Subject: [PATCH] refactor: correct grammatical mistake in report help message --- apps/OpenSign/src/json/ReportJson.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/apps/OpenSign/src/json/ReportJson.js b/apps/OpenSign/src/json/ReportJson.js index 1c002c8ab..af1cc024a 100644 --- a/apps/OpenSign/src/json/ReportJson.js +++ b/apps/OpenSign/src/json/ReportJson.js @@ -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;