File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -988,7 +988,7 @@ function PdfRequestFiles() {
988
988
: isDecline . currnt === "YouDeclined"
989
989
? "You have declined this document!"
990
990
: isDecline . currnt === "another" &&
991
- "You cannot sign this document as it has been declined by one or more person (s)."
991
+ "You cannot sign this document as it has been declined by one or more recipient (s)."
992
992
}
993
993
footerMessage = { isDecline . currnt === "Sure" }
994
994
declineDoc = { declineDoc }
Original file line number Diff line number Diff line change @@ -215,7 +215,8 @@ function PlaceHolderSign() {
215
215
} else if ( declined ) {
216
216
setIsAlreadyPlace ( {
217
217
status : true ,
218
- message : "This document has been declined by one or more person(s)."
218
+ message :
219
+ "This document has been declined by one or more recipient(s)."
219
220
} ) ;
220
221
} else if ( currDate > expireUpdateDate ) {
221
222
setIsAlreadyPlace ( {
@@ -225,7 +226,7 @@ function PlaceHolderSign() {
225
226
} else {
226
227
setIsAlreadyPlace ( {
227
228
status : true ,
228
- message : "The document has already been dispatched to be signed ."
229
+ message : "The document has already been dispatched for signing ."
229
230
} ) ;
230
231
}
231
232
}
You can’t perform that action at this time.
0 commit comments