Skip to content

Commit

Permalink
fix(unwrapped): Fix capitalization (#19290)
Browse files Browse the repository at this point in the history
  • Loading branch information
Twixes authored Dec 13, 2023
1 parent e163bac commit d195b3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/layout/navigation/TopBar/YearInHogButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export function YearInHogButton({ url }: { url: string | null }): JSX.Element |
onMouseEnter={() => setIsHovering(true)}
onMouseLeave={() => setIsHovering(false)}
>
PostHog unwrapped
PostHog Unwrapped
</LemonButton>
</div>
) : null
Expand Down
2 changes: 1 addition & 1 deletion posthog/year_in_posthog/year_in_posthog.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"deep_diver": "Deep Diver",
"curator": "Curator",
"flag_raiser": "Flag Raiser",
"popcorn_muncher": "Popcorn muncher",
"popcorn_muncher": "Popcorn Muncher",
"scientist": "Scientist",
"reporter": "Reporter",
"champion": "Champion",
Expand Down

0 comments on commit d195b3d

Please sign in to comment.