This commit is contained in:
Ayush Rodrigues
2026-01-16 22:56:02 +00:00
parent 27aa5789dc
commit fcd96ca2af

View File

@@ -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)