diff --git a/web/app/components/billing/plan/index.tsx b/web/app/components/billing/plan/index.tsx index 4b68fcfb15..38483eadb9 100644 --- a/web/app/components/billing/plan/index.tsx +++ b/web/app/components/billing/plan/index.tsx @@ -129,6 +129,7 @@ const PlanComp: FC = ({ usage={usage.triggerEvents} total={total.triggerEvents} unit={triggerEventUnit} + tooltip={t('billing.plansCommon.triggerEvents.tooltip') as string} />