Skip to content

Commit e2d450f

Browse files
fix: correct grammatical mistake in report help button
1 parent add01cb commit e2d450f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

apps/OpenSign/src/json/ReportJson.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export default function reportJson(id) {
3636
}
3737
],
3838
helpMsg:
39-
"These is a list of documents that are waiting for your signature"
39+
"This is a list of documents that are waiting for your signature"
4040
};
4141
// In progess report
4242
case "1MwEuxLEkF":
@@ -53,7 +53,7 @@ export default function reportJson(id) {
5353
}
5454
],
5555
helpMsg:
56-
"These is a list of documents you've sent to other parties for signature."
56+
"This is a list of documents you've sent to other parties for signature."
5757
};
5858
// completed documents report
5959
case "kQUoW4hUXz":
@@ -69,7 +69,7 @@ export default function reportJson(id) {
6969
redirectUrl: "draftDocument"
7070
}
7171
],
72-
helpMsg: "These is a list of documents that have been signed by all parties."
72+
helpMsg: "This is a list of documents that have been signed by all parties."
7373
};
7474
// declined documents report
7575
case "UPr2Fm5WY3":
@@ -85,7 +85,7 @@ export default function reportJson(id) {
8585
redirectUrl: "draftDocument"
8686
}
8787
],
88-
helpMsg: "These is a list of documents that have been declined by one of the signers."
88+
helpMsg: "This is a list of documents that have been declined by one of the signers."
8989
};
9090
// Expired Documents report
9191
case "zNqBHXHsYH":
@@ -101,7 +101,7 @@ export default function reportJson(id) {
101101
redirectUrl: "draftDocument"
102102
}
103103
],
104-
helpMsg: "These is a list of documents that have reached their expiration date."
104+
helpMsg: "This is a list of documents that have reached their expiration date."
105105
};
106106
// Recently sent for signatures report show on dashboard
107107
case "d9k3UfYHBc":
@@ -162,7 +162,7 @@ export default function reportJson(id) {
162162
}
163163
],
164164
form: "ContactBook",
165-
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."
165+
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."
166166
};
167167
// template report
168168
case "6TeaPr321t":
@@ -186,7 +186,7 @@ export default function reportJson(id) {
186186
}
187187
],
188188
helpMsg:
189-
"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."
189+
"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."
190190
};
191191
default:
192192
return null;

0 commit comments

Comments
 (0)