diff --git a/app/models.py b/app/models.py index 2e21788c..a86e5611 100644 --- a/app/models.py +++ b/app/models.py @@ -1708,9 +1708,9 @@ class Subscription(Base, ModelMixin): def plan_name(self): if self.plan == PlanEnum.monthly: - return "Monthly ($4/month)" + return "Monthly" else: - return "Yearly ($30/year)" + return "Yearly" def __repr__(self): return f""