From d14c416cc498038abfc1111f793664b5be2e714b Mon Sep 17 00:00:00 2001 From: Christian Byrne Date: Tue, 11 Nov 2025 16:45:13 -0800 Subject: [PATCH] cloud: fix credits tooltips (#6655) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Moves the refresh button's tooltip to the monthy bonus tooltip (correct, intended tooltip assignments). ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-6655-cloud-fix-credits-tooltips-2a86d73d365081b585ecf19af574a10a) by [Unito](https://www.unito.io) --- src/locales/en/main.json | 10 ++++++---- .../subscription/components/SubscriptionPanel.vue | 3 +-- .../composables/useSubscriptionActions.ts | 7 ++++++- .../composables/useSubscriptionActions.test.ts | 11 ++++++++--- 4 files changed, 21 insertions(+), 10 deletions(-) diff --git a/src/locales/en/main.json b/src/locales/en/main.json index 63a509b42..f0e276d87 100644 --- a/src/locales/en/main.json +++ b/src/locales/en/main.json @@ -2041,6 +2041,7 @@ "beta": "BETA", "perMonth": "USD / month", "renewsDate": "Renews {date}", + "refreshesOn": "Refreshes to ${monthlyCreditBonusUsd} on {date}", "expiresDate": "Expires {date}", "manageSubscription": "Manage subscription", "partnerNodesBalance": "\"Partner Nodes\" Credit Balance", @@ -2052,7 +2053,7 @@ "monthlyCreditsRollover": "These credits will rollover to the next month", "monthlyBonusDescription": "Monthly credit bonus", "prepaidDescription": "Pre-paid credits", - "prepaidCreditsInfo": "Credits purchased separately that don't expire", + "prepaidCreditsInfo": "Pre-paid credits expire after 1 year from purchase date.", "nextBillingCycle": "next billing cycle", "yourPlanIncludes": "Your plan includes:", "viewMoreDetails": "View more details", @@ -2060,7 +2061,7 @@ "messageSupport": "Message support", "invoiceHistory": "Invoice history", "benefits": { - "benefit1": "Monthly credits for Partner Nodes — top up when needed", + "benefit1": "$10 in monthly credits for Partner Nodes — top up when needed", "benefit2": "Up to 30 min runtime per job" }, "required": { @@ -2072,7 +2073,7 @@ "subscribeToRunFull": "Subscribe to Run", "subscribeNow": "Subscribe Now", "subscribeToComfyCloud": "Subscribe to Comfy Cloud", - "partnerNodesCredits": "Partner Nodes credits" + "partnerNodesCredits": "Partner Nodes pricing table" }, "userSettings": { "title": "User Settings", @@ -2353,4 +2354,5 @@ "message": "Nodes just got a new look and feel", "tryItOut": "Try it out" } -} \ No newline at end of file +} + diff --git a/src/platform/cloud/subscription/components/SubscriptionPanel.vue b/src/platform/cloud/subscription/components/SubscriptionPanel.vue index 47346d21e..6105378ad 100644 --- a/src/platform/cloud/subscription/components/SubscriptionPanel.vue +++ b/src/platform/cloud/subscription/components/SubscriptionPanel.vue @@ -95,7 +95,6 @@ " >