Browse Source

Add auto-renewal (#2920)

pull/2930/head
Thomas Kaul 1 year ago
committed by GitHub
parent
commit
b8ca88c6df
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 13
      apps/client/src/app/pages/faq/faq-page.html

13
apps/client/src/app/pages/faq/faq-page.html

@ -176,6 +176,19 @@
your university e-mail address.</mat-card-content
>
</mat-card>
<mat-card appearance="outlined" class="mb-3">
<mat-card-header>
<mat-card-title
>Does the Ghostfolio Premium subscription renew
automatically?</mat-card-title
>
</mat-card-header>
<mat-card-content
>No, <a [routerLink]="routerLinkPricing">Ghostfolio Premium</a> does
not include auto-renewal. Upon expiration, you can choose whether to
start a new subscription.</mat-card-content
>
</mat-card>
<mat-card appearance="outlined" class="mb-3">
<mat-card-header>
<mat-card-title>Which devices are supported?</mat-card-title>

Loading…
Cancel
Save