Capitalize labels objectmetadata (#11609)

Capitalize labels singular and plural from objectmetadata

Fixes [#664](https://github.com/twentyhq/core-team-issues/issues/664)
This commit is contained in:
Guillim
2025-04-16 23:02:12 +02:00
committed by GitHub
parent 3ad110da33
commit b5e6600c73
3 changed files with 27 additions and 8 deletions

View File

@ -2,8 +2,8 @@
import { Injectable, Logger } from '@nestjs/common';
import { isDefined } from 'class-validator';
import Stripe from 'stripe';
import { isDefined } from 'twenty-shared/utils';
import { BillingPlanKey } from 'src/engine/core-modules/billing/enums/billing-plan-key.enum';
import { StripeSDKService } from 'src/engine/core-modules/billing/stripe/stripe-sdk/services/stripe-sdk.service';