Skip to content

Commit

Permalink
Update RevokeCaseAccessConfirmation.java
Browse files Browse the repository at this point in the history
  • Loading branch information
alivenichoppa authored Nov 5, 2024
1 parent 6c314c3 commit 88cdf0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public PostSubmitCallbackResponse handle(
PostSubmitCallbackResponse postSubmitResponse =
new PostSubmitCallbackResponse();

postSubmitResponse.setConfirmationHeader("# You have revoke case access for the appeal");
postSubmitResponse.setConfirmationHeader("# You have revoked case access for the appeal");

return postSubmitResponse;
}
Expand Down

0 comments on commit 88cdf0e

Please sign in to comment.