diff --git a/apps/web/app/(use-page-wrapper)/refer/page.tsx b/apps/web/app/(use-page-wrapper)/refer/page.tsx index 25d7d7d313..16c5ad8814 100644 --- a/apps/web/app/(use-page-wrapper)/refer/page.tsx +++ b/apps/web/app/(use-page-wrapper)/refer/page.tsx @@ -12,7 +12,9 @@ export default async function ReferralsPage() { return ( {IS_DUB_REFERRALS_ENABLED ? ( - +
+ +
) : (

{t("referral_program")}

diff --git a/apps/web/public/static/locales/en/common.json b/apps/web/public/static/locales/en/common.json index aae8d922dc..5b11fa8b6f 100644 --- a/apps/web/public/static/locales/en/common.json +++ b/apps/web/public/static/locales/en/common.json @@ -3028,7 +3028,7 @@ "inactive_team_plan": "Inactive team plan", "inactive_team_plan_description": "Your team plan is inactive. Check your subcription or reach out to customer support", "limited_access_trial_mode": "Limited access during trial. Feature available after trial ends.", - "earn_20_percent_affiliate": "20% Referral", + "earn_20_percent_affiliate": "Earn 20% Affiliate", "referral_program": "Referral Program", "dub_disabled_error_message": "You need a Dub API Key and Program Id to use this page.", "uid": "UID", diff --git a/packages/ui/components/dialog/Dialog.tsx b/packages/ui/components/dialog/Dialog.tsx index d455b66df7..905dfd497e 100644 --- a/packages/ui/components/dialog/Dialog.tsx +++ b/packages/ui/components/dialog/Dialog.tsx @@ -133,7 +133,7 @@ export function DialogHeader(props: DialogHeaderProps) { {props.title} {props.subtitle && ( -

+

{props.subtitle}

)}