Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.

Commit 7b7dae3

Browse files
author
Eva Decker
authored
content: Update cover pages for MA Court Order and Social Security (#632)
1 parent 66c7fb0 commit 7b7dae3

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

.changeset/flat-bags-attend.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"namesake": patch
3+
---
4+
5+
Clarify instructions for MA Court Order on cover pages

src/routes/_authenticated/forms/ma-court-order.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,12 @@ function RouteComponent() {
111111
await downloadMergedPdf({
112112
title: "Massachusetts Court Order",
113113
instructions: [
114+
"Do not sign the Petition to Change Name (CJP 27) until in the presence of a notary.",
114115
"Review all documents carefully.",
115-
"Do not sign documents until in the presence of a notary.",
116116
"File with the Probate and Family Court in your county.",
117+
form.watch("shouldApplyForFeeWaiver") === true
118+
? "Complete the Affidavit of Indigency on your own."
119+
: "To pay for filing, bring a credit or debit card, a check made payable to the Commonwealth of Massachusetts, or exact cash.",
117120
"Remember to bring all supporting documents to the court.",
118121
],
119122
pdfs,

src/routes/_authenticated/forms/social-security.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,12 @@ function RouteComponent() {
8484
instructions: [
8585
"Please review all documents carefully.",
8686
"Fill in your social security number—for security, Namesake never asks for this.",
87+
"Make an Appointment with a Social Security Administration Office.",
8788
"Remember to bring certified copies of your completed court order, along with other required supporting documents.",
8889
form.watch("citizenshipStatus") === "legalAlienNotAllowedToWork" ||
8990
form.watch("citizenshipStatus") === "other"
9091
? "You must provide a document from a U.S. Federal, State, or local government agency that explains why you need a Social Security number and that you meet all the requirements for the government benefit."
9192
: "",
92-
"You got this! We're here for you.",
9393
],
9494
pdfs,
9595
userData: form.getValues(),

0 commit comments

Comments
 (0)