Update PdfRequestFiles.js

This commit is contained in:
Raktima
2024-04-16 17:02:11 +05:30
committed by GitHub
parent c48579daa7
commit a404247604
+1 -1
View File
@@ -1094,7 +1094,7 @@ function PdfRequestFiles() {
: isDecline.currnt === "YouDeclined"
? "You have declined this document!"
: isDecline.currnt === "another" &&
"You can not sign this document as it has been declined."
"You can not sign this document as it has been declined/revoked."
}
footerMessage={isDecline.currnt === "Sure"}
declineDoc={declineDoc}