{t("credits.modal.teamSubscription", "Team")}
{currencySymbol}
{teamPrice}
{t("credits.modal.perMonth", "/month")}
{BILLING_CONFIG.INCLUDED_CREDITS_PER_MONTH}{" "}
{t("credits.modal.monthlyCredits", "monthly credits")} +{" "}
{formattedOveragePrice}/
{t("credits.modal.overage", "overage")}
{t(
"credits.modal.everythingInFree",
"Everything in Free, plus:",
)}
{TEAM_PLAN_FEATURES.map((feature, index) => (
{t(feature.translationKey, feature.defaultText)}
))}