Thomas Kaul
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
1 deletions
-
apps/client/src/app/pages/about/about-page.html
|
|
@ -21,7 +21,10 @@ |
|
|
|
>. |
|
|
|
<ng-container *ngIf="lastPublish"> |
|
|
|
This instance is running Ghostfolio {{ version }} and has been |
|
|
|
last published on {{ lastPublish }}. Check the system status at |
|
|
|
last published on {{ lastPublish }}. |
|
|
|
</ng-container> |
|
|
|
<ng-container *ngIf="hasPermissionForSubscription" i18n |
|
|
|
>Check the system status at |
|
|
|
<a href="https://status.ghostfol.io" title="Ghostfolio status" |
|
|
|
>status.ghostfol.io</a |
|
|
|
>.</ng-container |
|
|
|