We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70d557a commit 76e12dcCopy full SHA for 76e12dc
pcweb/pages/pricing/slider_calculator.py
@@ -183,7 +183,7 @@ def total_credits_card() -> rx.Component:
183
),
184
rx.el.div(
185
rx.el.span(
186
- f"{MachineState.recommended_tier_info['name']} ({MachineState.recommended_tier_info['price']})",
+ f"Pro Plan ({MachineState.recommended_tier_info['price']})",
187
class_name="text-secondary-12 text-sm font-semibold",
188
189
ui.tooltip(
0 commit comments