Skip to content

Commit 76e12dc

Browse files
committed
just pro
1 parent 70d557a commit 76e12dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pcweb/pages/pricing/slider_calculator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ def total_credits_card() -> rx.Component:
183183
),
184184
rx.el.div(
185185
rx.el.span(
186-
f"{MachineState.recommended_tier_info['name']} ({MachineState.recommended_tier_info['price']})",
186+
f"Pro Plan ({MachineState.recommended_tier_info['price']})",
187187
class_name="text-secondary-12 text-sm font-semibold",
188188
),
189189
ui.tooltip(

0 commit comments

Comments
 (0)