diff --git a/frontend/src/lib/i18n/locales/en.json b/frontend/src/lib/i18n/locales/en.json index 0f36d14c8..382bcd054 100644 --- a/frontend/src/lib/i18n/locales/en.json +++ b/frontend/src/lib/i18n/locales/en.json @@ -166,7 +166,8 @@ "welcome": "Lexbox is a hosting service for [FieldWorks (FLEx)](https://software.sil.org/fieldworks/), \ [Language Forge](https://languageforge.org/), [OneStory Editor](https://software.sil.org/onestoryeditor) and [WeSay](https://software.sil.org/wesay/) projects. \ It is provided as a service to language communities by [SIL Language Technology](https://software.sil.org/) and \ -the [Linguistics Institute at Payap University](https://li.payap.ac.th/) in Chiang Mai, Thailand." +the [Linguistics Institute at Payap University](https://li.payap.ac.th/) in Chiang Mai, Thailand. \ +Lexbox is free and [open source](https://github.com/sillsdev/languageforge-lexbox)." }, "org": { "table": { diff --git a/frontend/src/lib/layout/Footer.svelte b/frontend/src/lib/layout/Footer.svelte index 611fdd842..488994b19 100644 --- a/frontend/src/lib/layout/Footer.svelte +++ b/frontend/src/lib/layout/Footer.svelte @@ -11,11 +11,11 @@
- SIL Global logo + SIL Global logo - Payap University logo + Payap University logo
@@ -23,9 +23,10 @@ SIL Global
-
- {$t('footer.contact')} +
+ {$t('about.title')} {$t('footer.terms_of_use')} + {$t('footer.contact')} {$t('footer.privacy_policy')}
diff --git a/frontend/src/lib/layout/PageTitle.svelte b/frontend/src/lib/layout/PageTitle.svelte index 4b3cb004d..97ee9148c 100644 --- a/frontend/src/lib/layout/PageTitle.svelte +++ b/frontend/src/lib/layout/PageTitle.svelte @@ -6,6 +6,6 @@ -

+

{title}

diff --git a/frontend/src/routes/(unauthenticated)/about/+page.svelte b/frontend/src/routes/(unauthenticated)/about/+page.svelte index ebb6925bc..fa5c05144 100644 --- a/frontend/src/routes/(unauthenticated)/about/+page.svelte +++ b/frontend/src/routes/(unauthenticated)/about/+page.svelte @@ -1,10 +1,12 @@ - - -

About Lexbox

-

Placeholder content

-
+ + +
+ +
+