Procházet zdrojové kódy

Merge pull request #23508 from overleaf/ii-flexible-group-licensing-change-plan-cta

[web] Subscription page change plan cta

GitOrigin-RevId: aa1ae2e00cbe49fb2f661204025ef4c32393b457
ilkin-overleaf před 1 rokem
rodič
revize
f032b47744

+ 1 - 1
services/web/frontend/js/features/subscription/components/dashboard/states/active/active-new.tsx

@@ -312,7 +312,7 @@ function PlanActions({
           {!hasPendingPause &&
             subscription.recurly.account.has_past_due_invoice._ !== 'true' && (
               <OLButton variant="secondary" onClick={handlePlanChange}>
-                {t('upgrade_plan')}
+                {t('change_plan')}
               </OLButton>
             )}
         </>