Thomas Kaul
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
apps/client/src/app/pages/account/account-page.html
|
|
@ -24,8 +24,8 @@ |
|
|
|
></gf-premium-indicator> |
|
|
|
</div> |
|
|
|
<div *ngIf="user?.subscription?.type === 'Premium'"> |
|
|
|
Valid until {{ user?.subscription?.expiresAt | date: |
|
|
|
defaultDateFormat }} |
|
|
|
<ng-container i18n>Valid until</ng-container> {{ |
|
|
|
user?.subscription?.expiresAt | date: defaultDateFormat }} |
|
|
|
</div> |
|
|
|
<div *ngIf="user?.subscription?.type === 'Basic'"> |
|
|
|
<ng-container *ngIf="hasPermissionForSubscription"> |
|
|
|