Browse Source

Task/improve link to GitHub discussions (#7045)

* Improve links

* Update translation

* Update changelog
pull/7044/head^2
Thomas Kaul 7 days ago
committed by GitHub
parent
commit
8ab88a74b1
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      CHANGELOG.md
  2. 2
      apps/client/src/app/pages/about/overview/about-overview-page.html
  3. 2
      apps/client/src/app/pages/faq/overview/faq-overview-page.html
  4. 2
      apps/client/src/app/pages/faq/saas/saas-page.html
  5. 2
      apps/client/src/app/pages/faq/self-hosting/self-hosting-page.html
  6. 2
      apps/client/src/locales/messages.de.xlf

1
CHANGELOG.md

@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Improved the styling of the checkboxes to consistently use the primary color in their states
- Improved the user id display in the users table of the admin control panel
- Improved the language localization for German (`de`)
## 3.11.0 - 2026-06-14

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

@ -94,7 +94,7 @@
<ng-container i18n>or start a discussion at</ng-container>
<ng-container>&nbsp;</ng-container>
<a
href="https://github.com/ghostfolio/ghostfolio"
href="https://github.com/ghostfolio/ghostfolio/discussions"
i18n-title
title="Find Ghostfolio on GitHub"
>GitHub</a

2
apps/client/src/app/pages/faq/overview/faq-overview-page.html

@ -193,7 +193,7 @@
}
or start a discussion at
<a
href="https://github.com/ghostfolio/ghostfolio"
href="https://github.com/ghostfolio/ghostfolio/discussions"
title="Find Ghostfolio on GitHub"
>GitHub</a
>.</mat-card-content

2
apps/client/src/app/pages/faq/saas/saas-page.html

@ -186,7 +186,7 @@
}
or start a discussion at
<a
href="https://github.com/ghostfolio/ghostfolio"
href="https://github.com/ghostfolio/ghostfolio/discussions"
title="Find Ghostfolio on GitHub"
>GitHub</a
>.</mat-card-content

2
apps/client/src/app/pages/faq/self-hosting/self-hosting-page.html

@ -294,7 +294,7 @@
>
or start a discussion at
<a
href="https://github.com/ghostfolio/ghostfolio"
href="https://github.com/ghostfolio/ghostfolio/discussions"
title="Find Ghostfolio on GitHub"
>GitHub</a
>.</mat-card-content

2
apps/client/src/locales/messages.de.xlf

@ -2143,7 +2143,7 @@
</trans-unit>
<trans-unit id="7500665368930738879" datatype="html">
<source>or start a discussion at</source>
<target state="translated">oder beginne eine Diskussion unter</target>
<target state="translated">oder beginne eine Diskussion bei</target>
<context-group purpose="location">
<context context-type="sourcefile">apps/client/src/app/pages/about/overview/about-overview-page.html</context>
<context context-type="linenumber">94</context>

Loading…
Cancel
Save