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
parent
commit
2c89fdfb00
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      apps/client/src/app/pages/faq/overview/faq-overview-page.html
  2. 2
      apps/client/src/app/pages/faq/saas/saas-page.html
  3. 2
      apps/client/src/app/pages/faq/self-hosting/self-hosting-page.html

2
apps/client/src/app/pages/faq/overview/faq-overview-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

2
apps/client/src/app/pages/faq/saas/saas-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 the fully managed
Ghostfolio cloud offering in our Frequently Asked Questions (FAQ)
section.

2
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 self-hosting
Ghostfolio in our Frequently Asked Questions (FAQ) section.
</p>

Loading…
Cancel
Save