You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/OpenSign/src/json/ReportJson.js
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ export default function reportJson(id) {
36
36
}
37
37
],
38
38
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"
40
40
};
41
41
// In progess report
42
42
case"1MwEuxLEkF":
@@ -53,7 +53,7 @@ export default function reportJson(id) {
53
53
}
54
54
],
55
55
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."
57
57
};
58
58
// completed documents report
59
59
case"kQUoW4hUXz":
@@ -69,7 +69,7 @@ export default function reportJson(id) {
69
69
redirectUrl: "draftDocument"
70
70
}
71
71
],
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."
73
73
};
74
74
// declined documents report
75
75
case"UPr2Fm5WY3":
@@ -85,7 +85,7 @@ export default function reportJson(id) {
85
85
redirectUrl: "draftDocument"
86
86
}
87
87
],
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."
89
89
};
90
90
// Expired Documents report
91
91
case"zNqBHXHsYH":
@@ -101,7 +101,7 @@ export default function reportJson(id) {
101
101
redirectUrl: "draftDocument"
102
102
}
103
103
],
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."
105
105
};
106
106
// Recently sent for signatures report show on dashboard
107
107
case"d9k3UfYHBc":
@@ -162,7 +162,7 @@ export default function reportJson(id) {
162
162
}
163
163
],
164
164
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."
166
166
};
167
167
// template report
168
168
case"6TeaPr321t":
@@ -186,7 +186,7 @@ export default function reportJson(id) {
186
186
}
187
187
],
188
188
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."
0 commit comments