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 3103fcd commit 6395a9aCopy full SHA for 6395a9a
1 file changed
packages/ui/src/features/usage/UsageView.tsx
@@ -119,7 +119,7 @@ export function UsageView() {
119
Usage
120
</Text>
121
<Text className="text-(--gray-11) text-[13px]">
122
- Token spend and plan limits for PostHog Code
+ Token spend and usage for PostHog Code
123
124
</Flex>
125
<Flex flexGrow="1" />
@@ -187,7 +187,7 @@ export function UsageView() {
187
{billingEnabled && (
188
<UsageCard
189
icon={<CreditCard size={14} className="text-(--gray-9)" />}
190
- title="Plan limits"
+ title="Usage"
191
actions={
192
<Flex align="center" gap="2">
193
{seat !== null && (
0 commit comments