diff --git a/src/components/About.svelte b/src/components/About.svelte index 1157cd5b..5c375323 100644 --- a/src/components/About.svelte +++ b/src/components/About.svelte @@ -163,7 +163,35 @@ {/await} -

{$_('faq')}

+
+

{$_('icon-image-credits')}

+ +
+

+ {$_('faq')} +

diff --git a/src/locales/de.json b/src/locales/de.json index 653b39d9..284dc944 100644 --- a/src/locales/de.json +++ b/src/locales/de.json @@ -26,6 +26,7 @@ "general-stats": "Allgemeine Statistiken", "goback": "Zur Startseite", "hallo": "hallo", + "icon-image-credits": "Wir möchten uns außerdem für die verwendeten Icons und Bilder bedanken bei:", "invalid-mail-reset": "Das ist keine gültige E-Mail", "lfk-is-os": "Das \"Lauf für Kaya!\" Frontend ist (wie alle anderen Projekte für den \"LfK!\" auch) ein OpenSource Projekt.", "log_in": "Anmelden", diff --git a/src/locales/en.json b/src/locales/en.json index 53fe708e..9efb8282 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -78,6 +78,7 @@ "goback": "Go Home", "groups": "Groups", "hallo": "hello", + "icon-image-credits": "We also want to thank these projects for illustrations and icons:", "installed-version": "Installed version", "invalid-mail-reset": "the provided email is invalid", "last-name": "Last name",