Skip to content

Commit e38d98b

Browse files
committed
capitalize
1 parent b1f83fd commit e38d98b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • apps/web/app/app.dub.co/(dashboard)/[slug]/programs/[programId]/settings/communication

apps/web/app/app.dub.co/(dashboard)/[slug]/programs/[programId]/settings/communication/page-client.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export function ProgramCommunication() {
7272

7373
<div className="divide-y divide-neutral-200 border-t border-neutral-200 px-6">
7474
<SettingsRow
75-
heading="Support email"
75+
heading="Support Email"
7676
description="For partner support requests"
7777
required
7878
>
@@ -91,7 +91,7 @@ export function ProgramCommunication() {
9191
</SettingsRow>
9292

9393
<SettingsRow
94-
heading="Help center"
94+
heading="Help Center"
9595
description="Program help articles and documentation"
9696
>
9797
<div className="flex items-center justify-end">

0 commit comments

Comments
 (0)