[web] Subscription page change plan cta GitOrigin-RevId: aa1ae2e00cbe49fb2f661204025ef4c32393b457
@@ -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>
)}
</>