diff --git a/src/components/About.svelte b/src/components/About.svelte index 49acbc64..cee1a651 100644 --- a/src/components/About.svelte +++ b/src/components/About.svelte @@ -79,7 +79,7 @@ }} type="button" class="w-full inline-flex justify-center rounded-md border border-transparent shadow-sm px-4 py-2 bg-blue-600 text-base font-medium text-white hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500 sm:ml-3 sm:w-auto sm:text-sm"> - Close + {$_('close')} @@ -112,13 +112,12 @@

{$_('credits')}

-
+

{$_('oss_credit_description')}

{#await license_promise} -

Licenses are being loaded...

+

{$_('licenses-are-being-loaded')}

{:then} @@ -164,9 +163,7 @@ {/await} -

- Fragen -

+

{$_('faq')}

diff --git a/src/locales/en.json b/src/locales/en.json index 853b842c..12629cd5 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -10,6 +10,7 @@ "cancel": "Cancel", "cannot-reset-your-password-directly": "Bummer. We unfortunately cannot reset your password directly. Please send us a mail and confirm your identity", "changelog": "Changelog", + "close": "Close", "confirm-delete": "Confirm Delete", "count_organizations": "# Organizations", "count_teams": "# Teams", @@ -55,6 +56,7 @@ "last-name-is-required": "Last Name is required", "lfk-is-os": "The \"Lauf für Kaya!\" Frontend is (like all other projects for the \"LfK!\" Also) an open source project.", "license": "License", + "licenses-are-being-loaded": "Licenses are being loaded...", "log_in": "Log in", "log_in_to_your_account": "Log in to your account", "login_is_checked": "Login is being checked...",