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 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 <ng-container i18n
>The project has been initiated by >and is driven by the efforts of its
<a href="https://dotsilver.ch" title="Website of Thomas Kaul"
>Thomas Kaul</a
>
and is driven by the efforts of its
<a <a
href="https://github.com/ghostfolio/ghostfolio/graphs/contributors" href="https://github.com/ghostfolio/ghostfolio/graphs/contributors"
title="Contributors to Ghostfolio" title="Contributors to Ghostfolio"
>contributors</a >contributors</a
>.</ng-container ></ng-container
> >.
@if (hasPermissionForSubscription) { @if (hasPermissionForSubscription) {
<ng-container i18n> <ng-container i18n>Check the system status at</ng-container>
Check the system status at <ng-container>&nbsp;</ng-container>
<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 >.
>
} }
</p> </p>
<p> <p>

Loading…
Cancel
Save