1
0
Fork 0

Merge pull request #5882 from BenJamesBen/org-pages-typos

fix(org): Fix web page typos
This commit is contained in:
Joost De Cock 2024-01-24 08:21:31 +01:00 committed by GitHub
commit 885a62a47b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View file

@ -113,7 +113,7 @@ export const SuggestLanguageForm = () => {
<h5>Are you looking to suggest a language that is not in the list?</h5>
<p>
The list of languages above does obviously not include <em>all</em> languages. Instead,
it is limimted to the list of langauges that are supported by{' '}
it is limited to the list of langauges that are supported by{' '}
<WebLink href="https://www.deepl.com/" txt="DeepL" />, a machine-learning tool that can
help translators with suggestions that make for an efficient translation experience.
</p>
@ -124,7 +124,7 @@ export const SuggestLanguageForm = () => {
</p>
<p>
If you are committed to translating FreeSewing to a language not in the list above,
please <WebLink href="https://discord.freesewing.org/" txt="please readh out to us" />.
please <WebLink href="https://discord.freesewing.org/" txt="please reach out to us" />.
</p>
</Popout>
)}

View file

@ -15,7 +15,7 @@ import { Popout } from 'shared/components/popout/index.mjs'
// Translation namespaces used on this page
const ns = nsMerge(pageNs, layoutNs, 'confirm', 'locales', 'themes', 'susi')
const SignupLinkExpired = () => <Popout fixme>Implement SignupLinkExpired compnonent</Popout>
const SignupLinkExpired = () => <Popout fixme>Implement SignupLinkExpired component</Popout>
const ActiveSignUpPage = () => {
const backend = useBackend()

View file

@ -18,7 +18,7 @@ import { ConsentForm, ns as gdprNs } from 'shared/components/gdpr/form.mjs'
// Translation namespaces used on this page
const ns = nsMerge(pageNs, layoutNs, gdprNs, 'confirm', 'susi')
const SignupLinkExpired = () => <Popout fixme>Implement SignupLinkExpired compnonent</Popout>
const SignupLinkExpired = () => <Popout fixme>Implement SignupLinkExpired component</Popout>
const ConfirmSignUpPage = () => {
// Hooks