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 b1f83fd commit e38d98bCopy full SHA for e38d98b
1 file changed
apps/web/app/app.dub.co/(dashboard)/[slug]/programs/[programId]/settings/communication/page-client.tsx
@@ -72,7 +72,7 @@ export function ProgramCommunication() {
72
73
<div className="divide-y divide-neutral-200 border-t border-neutral-200 px-6">
74
<SettingsRow
75
- heading="Support email"
+ heading="Support Email"
76
description="For partner support requests"
77
required
78
>
@@ -91,7 +91,7 @@ export function ProgramCommunication() {
91
</SettingsRow>
92
93
94
- heading="Help center"
+ heading="Help Center"
95
description="Program help articles and documentation"
96
97
<div className="flex items-center justify-end">
0 commit comments