missing premium updated message
This commit is contained in:
parent
4a2b3d6293
commit
dec6b17aa4
|
@ -55,7 +55,7 @@ export class PremiumComponent {
|
|||
private async finalizePremium() {
|
||||
await this.apiService.refreshIdentityToken();
|
||||
this.analytics.eventTrack.next({ action: 'Signed Up Premium' });
|
||||
this.toasterService.popAsync('success', null, this.i18nService.t('accountUpdated'));
|
||||
this.toasterService.popAsync('success', null, this.i18nService.t('premiumUpdated'));
|
||||
this.onPremiumPurchased.emit();
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1202,6 +1202,9 @@
|
|||
"message": "Go Premium",
|
||||
"description": "Another way of saying \"Get a premium membership\""
|
||||
},
|
||||
"premiumUpdated": {
|
||||
"message": "You've upgraded to premium."
|
||||
},
|
||||
"premiumSignUpAndGet": {
|
||||
"message": "Sign up for a premium membership and get:"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue