Update some confusing wording around the prepaid plan

This commit is contained in:
2025-03-27 13:45:40 +01:00
parent c8d22f534a
commit 0de8754d9b
8 changed files with 59 additions and 172 deletions

View File

@@ -42,12 +42,12 @@ let pages: Tab[] = [
subpages: [
{
path: "/user/subscription",
title: "Manage subscription",
title: "Manage",
icon: "shopping_cart",
component: Subscription,
}, {
path: "/user/prepaid/deposit",
title: "Prepaid",
title: "Deposit Credit",
icon: "account_balance_wallet",
component: DepositCredit,
}, {