1
0
mirror of https://github.com/bitwarden/web synced 2025-12-15 07:43:16 +00:00

missing premium updated message

This commit is contained in:
Kyle Spearrin
2018-06-28 23:11:47 -04:00
parent 4a2b3d6293
commit dec6b17aa4
2 changed files with 4 additions and 1 deletions

View File

@@ -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();
}
}