Skip to content

Commit a38ed8c

Browse files
committed
Update title for policies page
1 parent e83b335 commit a38ed8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pages/policies/[...docName].tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const Query = z.object({
1111
})
1212

1313
export default createPage({
14-
titleI18nKey: "titles.terms_of_service",
14+
titleI18nKey: "titles.policies",
1515
Page: () => {
1616
const policy =
1717
Query.parse(useRouter().query).docName?.[0] || "privacy-policy"

public/locales/en/common.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
"submit_testimony": "Submit Testimony",
136136
"support_maple": "How to Support MAPLE",
137137
"testimony": "Testimony",
138-
"terms_of_service": "Terms of Service",
138+
"policies": "Policies",
139139
"unsubscribe": "Unsubscribe",
140140
"why_use_maple": "Why Use Maple?"
141141
},

0 commit comments

Comments
 (0)