Browse Source
Bugfix/improve localized content of about page (#5484)
* Add spaces
pull/5488/head
Thomas Kaul
2 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
6 additions and
4 deletions
-
apps/client/src/app/pages/about/overview/about-overview-page.html
|
@ -11,8 +11,9 @@ |
|
|
individuals to keep track of stocks, ETFs or cryptocurrencies and |
|
|
individuals to keep track of stocks, ETFs or cryptocurrencies and |
|
|
make solid, data-driven investment decisions.</ng-container |
|
|
make solid, data-driven investment decisions.</ng-container |
|
|
> |
|
|
> |
|
|
<ng-container i18n> |
|
|
<ng-container> </ng-container> |
|
|
The source code is fully available as |
|
|
<ng-container i18n |
|
|
|
|
|
>The source code is fully available as |
|
|
<a |
|
|
<a |
|
|
href="https://github.com/ghostfolio/ghostfolio" |
|
|
href="https://github.com/ghostfolio/ghostfolio" |
|
|
title="Find Ghostfolio on GitHub" |
|
|
title="Find Ghostfolio on GitHub" |
|
@ -26,8 +27,9 @@ |
|
|
></ng-container |
|
|
></ng-container |
|
|
> |
|
|
> |
|
|
@if (hasPermissionForStatistics) { |
|
|
@if (hasPermissionForStatistics) { |
|
|
<ng-container i18n> |
|
|
<ng-container> </ng-container> |
|
|
and we share aggregated |
|
|
<ng-container i18n |
|
|
|
|
|
>and we share aggregated |
|
|
<a title="Open Startup" [routerLink]="routerLinkOpenStartup" |
|
|
<a title="Open Startup" [routerLink]="routerLinkOpenStartup" |
|
|
>key metrics</a |
|
|
>key metrics</a |
|
|
> |
|
|
> |
|
|