Browse Source

Feature/localize content of about page (part 2) (#5437)

* Localize content of about page
pull/5441/head
Thomas Kaul 4 days ago
committed by GitHub
parent
commit
3048c8e69c
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 27
      apps/client/src/app/pages/about/overview/about-overview-page.html

27
apps/client/src/app/pages/about/overview/about-overview-page.html

@ -34,26 +34,25 @@
of the platform’s performance</ng-container
>
}
.
<ng-container>. </ng-container>
<ng-container i18n>The project has been initiated by</ng-container>
<a href="https://dotsilver.ch" title="Website of Thomas Kaul">
Thomas Kaul
</a>
<ng-container i18n
>The project has been initiated by
<a href="https://dotsilver.ch" title="Website of Thomas Kaul"
>Thomas Kaul</a
>
and is driven by the efforts of its
>and is driven by the efforts of its
<a
href="https://github.com/ghostfolio/ghostfolio/graphs/contributors"
title="Contributors to Ghostfolio"
>contributors</a
>.</ng-container
>
></ng-container
>.
@if (hasPermissionForSubscription) {
<ng-container i18n>
Check the system status at
<a href="https://status.ghostfol.io" title="Ghostfolio Status"
>status.ghostfol.io</a
>.</ng-container
>
<ng-container i18n>Check the system status at</ng-container>
<ng-container>&nbsp;</ng-container>
<a href="https://status.ghostfol.io" title="Ghostfolio Status"
>status.ghostfol.io</a
>.
}
</p>
<p>

Loading…
Cancel
Save