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

[web] Subscription page change plan cta

GitOrigin-RevId: aa1ae2e00cbe49fb2f661204025ef4c32393b457
This commit is contained in:
ilkin-overleaf
2025-02-11 12:08:17 +02:00
committed by Copybot
parent 58ece71c7a
commit f032b47744

View File

@@ -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>
)}
</>