@ -177,7 +177,10 @@
>Upgrade Plan</ng-container
>
<ng-container
*ngIf="user.subscription.offer === 'renewal'"
*ngIf="
user.subscription.offer === 'renewal' ||
user.subscription.offer === 'renewal-early-bird'
"
i18n
>Renew Plan</ng-container
></span
@ -17,7 +17,9 @@
<ng-container *ngIf="user.subscription.offer === 'default'" i18n
<ng-container *ngIf="user.subscription.offer === 'renewal'" i18n
*ngIf="user.subscription.offer === 'renewal' || user.subscription.offer === 'renewal-early-bird'"
</button>
@ -265,7 +265,7 @@