Skip to content

Commit

Permalink
fix(content): remove one more instance of "submission" (#895)
Browse files Browse the repository at this point in the history
## Changes

- removes one more instance of "for submission" as per Natalia's
feedback

## How to test this PR

1. Does the diff show that "for submission" has been removed?

<img width="729" alt="Screenshot 2024-08-20 at 4 40 44 PM"
src="https://github.com/user-attachments/assets/bd7c30cb-62ea-46ea-9e2f-b910fffb0505">
  • Loading branch information
billhimmelsbach committed Aug 20, 2024
1 parent 40170f0 commit 2e27a58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Filing/FilingApp/InstitutionCard.helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export function deriveCardContent({
// Latest submission is ready to sign and submit
case SIGN_SUBMIT: {
title = 'Sign and submit your filing';
description = `You have completed the steps required to prepare your filing for submission. Before you submit your filing, review and certify the accuracy and completeness of the data reported.`;
description = `You have completed the steps required to prepare your filing. Before you submit your filing, review and certify the accuracy and completeness of the data reported.`;

mainButtonLabel = 'Continue filing';
mainButtonDestination = `/filing/${filingPeriod}/${lei}/submit`;
Expand Down

0 comments on commit 2e27a58

Please sign in to comment.