We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c48579d commit a404247Copy full SHA for a404247
apps/OpenSign/src/pages/PdfRequestFiles.js
@@ -1094,7 +1094,7 @@ function PdfRequestFiles() {
1094
: isDecline.currnt === "YouDeclined"
1095
? "You have declined this document!"
1096
: isDecline.currnt === "another" &&
1097
- "You can not sign this document as it has been declined."
+ "You can not sign this document as it has been declined/revoked."
1098
}
1099
footerMessage={isDecline.currnt === "Sure"}
1100
declineDoc={declineDoc}
0 commit comments