Browse Source

Minor improvement (#306)

pull/309/head
Thomas Kaul 3 years ago
committed by GitHub
parent
commit
2733b78044
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      apps/client/src/app/pages/about/about-page.html

5
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

Loading…
Cancel
Save