Browse Source

Localize content of about page

pull/5437/head
Thomas Kaul 4 months ago
parent
commit
76b7053a0b
  1. 16
      apps/client/src/app/pages/about/overview/about-overview-page.html

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

@ -35,11 +35,11 @@
> >
} }
. .
<ng-container i18n <ng-container i18n>The project has been initiated by</ng-container>
>The project has been initiated by <a href="https://dotsilver.ch" title="Website of Thomas Kaul">
<a href="https://dotsilver.ch" title="Website of Thomas Kaul" Thomas Kaul
>Thomas Kaul</a </a>
> <ng-container i18n>
and is driven by the efforts of its 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"
@ -48,12 +48,10 @@
>.</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
<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