Fix renew plan label (#2993)
This commit is contained in:
parent
d5d40c0ea1
commit
b758654158
@ -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
|
||||
>Upgrade Plan</ng-container
|
||||
>
|
||||
<ng-container *ngIf="user.subscription.offer === 'renewal'" i18n
|
||||
<ng-container
|
||||
*ngIf="user.subscription.offer === 'renewal' || user.subscription.offer === 'renewal-early-bird'"
|
||||
i18n
|
||||
>Renew Plan</ng-container
|
||||
>
|
||||
</button>
|
||||
|
@ -265,7 +265,7 @@
|
||||
>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
|
||||
>
|
||||
|
Loading…
x
Reference in New Issue
Block a user