diff --git a/client/pages/subscription.js b/client/pages/subscription.js index 2fef5d3..e38e06d 100644 --- a/client/pages/subscription.js +++ b/client/pages/subscription.js @@ -80,11 +80,11 @@ async function showPage({ rootEl, peertubeHelpers }) { ${sub_plan ? `

${await translate("Your current plan")}: ${sub_plan.name}, ${currency}${sub_plan.price} /${await peertubeHelpers.translate("month")}, ${sub_plan.storage} ${await peertubeHelpers.translate("GB Storage")}

+ +
+ Manage Subcription +
` : ""} - -
- Manage Subcription -
`;