We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e83b335 commit a38ed8cCopy full SHA for a38ed8c
pages/policies/[...docName].tsx
@@ -11,7 +11,7 @@ const Query = z.object({
11
})
12
13
export default createPage({
14
- titleI18nKey: "titles.terms_of_service",
+ titleI18nKey: "titles.policies",
15
Page: () => {
16
const policy =
17
Query.parse(useRouter().query).docName?.[0] || "privacy-policy"
public/locales/en/common.json
@@ -135,7 +135,7 @@
135
"submit_testimony": "Submit Testimony",
136
"support_maple": "How to Support MAPLE",
137
"testimony": "Testimony",
138
- "terms_of_service": "Terms of Service",
+ "policies": "Policies",
139
"unsubscribe": "Unsubscribe",
140
"why_use_maple": "Why Use Maple?"
141
},
0 commit comments