Skip to content

Commit aa1b3de

Browse files
refactor: rename 'Monthly billing' to 'Billed Monthly'
1 parent 38b980d commit aa1b3de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/subscription/PricingModal.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export function PricingModal({
3434
onClick={monthlyBillingClicked}
3535
class={`${isMonthlyType ? 'bg-black' : ''} relative rounded-md shadow-sm py-2 w-1/2 text-xs whitespace-nowrap focus:outline-none sm:w-auto sm:px-8`}
3636
>
37-
Monthly billing
37+
Billed Monthly
3838
</button>
3939
<button
4040
type="button"

0 commit comments

Comments
 (0)