diff --git a/shared/utils/common/formatUtils/formatInterval.ts b/shared/utils/common/formatUtils/formatInterval.ts index 3572d99d3..61108bc5d 100644 --- a/shared/utils/common/formatUtils/formatInterval.ts +++ b/shared/utils/common/formatUtils/formatInterval.ts @@ -17,7 +17,7 @@ export const formatInterval = ({ // Handle one_off (show "one time") if (interval === BillingInterval.OneOff) { - return "one times"; + return "one-off"; } // Handle lifetime (no interval string)