Browse Source

Minor improvement

pull/306/head
Thomas 4 years ago
parent
commit
96b1cafc2e
  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"> <ng-container *ngIf="lastPublish">
This instance is running Ghostfolio {{ version }} and has been 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" <a href="https://status.ghostfol.io" title="Ghostfolio status"
>status.ghostfol.io</a >status.ghostfol.io</a
>.</ng-container >.</ng-container

Loading…
Cancel
Save