Merge pull request #5882 from BenJamesBen/org-pages-typos
fix(org): Fix web page typos
This commit is contained in:
commit
885a62a47b
3 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||
)}
|
||||
|
|
|
@ -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()
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue