Skip to content

Commit a404247

Browse files
Update PdfRequestFiles.js
1 parent c48579d commit a404247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/OpenSign/src/pages/PdfRequestFiles.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1094,7 +1094,7 @@ function PdfRequestFiles() {
10941094
: isDecline.currnt === "YouDeclined"
10951095
? "You have declined this document!"
10961096
: isDecline.currnt === "another" &&
1097-
"You can not sign this document as it has been declined."
1097+
"You can not sign this document as it has been declined/revoked."
10981098
}
10991099
footerMessage={isDecline.currnt === "Sure"}
11001100
declineDoc={declineDoc}

0 commit comments

Comments
 (0)