Browse Source
Task/add i18n to introductions of FAQ pages (#7681)
Add i18n
pull/7678/head^2
Thomas Kaul
1 week ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with
3 additions and
3 deletions
-
apps/client/src/app/pages/faq/overview/faq-overview-page.html
-
apps/client/src/app/pages/faq/saas/saas-page.html
-
apps/client/src/app/pages/faq/self-hosting/self-hosting-page.html
|
|
|
@ -4,7 +4,7 @@ |
|
|
|
<h1 class="d-none d-sm-block h3 mb-4 text-center" i18n> |
|
|
|
Frequently Asked Questions (FAQ) |
|
|
|
</h1> |
|
|
|
<p> |
|
|
|
<p i18n> |
|
|
|
Find quick answers to commonly asked questions about Ghostfolio in our |
|
|
|
Frequently Asked Questions (FAQ) section. Discover what Ghostfolio is, |
|
|
|
explore its features, and learn about our privacy practices. Get all the |
|
|
|
|
|
|
|
@ -4,7 +4,7 @@ |
|
|
|
<h1 class="d-none d-sm-block h3 mb-4 text-center" i18n> |
|
|
|
Frequently Asked Questions (FAQ) |
|
|
|
</h1> |
|
|
|
<p> |
|
|
|
<p i18n> |
|
|
|
Find quick answers to commonly asked questions about the fully managed |
|
|
|
Ghostfolio cloud offering in our Frequently Asked Questions (FAQ) |
|
|
|
section. |
|
|
|
|
|
|
|
@ -4,7 +4,7 @@ |
|
|
|
<h1 class="d-none d-sm-block h3 mb-4 text-center" i18n> |
|
|
|
Frequently Asked Questions (FAQ) |
|
|
|
</h1> |
|
|
|
<p> |
|
|
|
<p i18n> |
|
|
|
Find quick answers to commonly asked questions about self-hosting |
|
|
|
Ghostfolio in our Frequently Asked Questions (FAQ) section. |
|
|
|
</p> |
|
|
|
|