Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: typos #86

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/assets/fixtures/translationQualityTiers.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"value": "costEffective",
"name": "Cost Effective",
"description": [
"The conveyed meaning must be the similar, but nuances might be lost. Occasional typos and translation errors are acceptable.",
"The conveyed meaning must be similar, but nuances might be lost. Occasional typos and translation errors are acceptable.",
"Translators having a self-declared level B2 (CEFR) or higher will be able to work on this task."
],
"requiredLevel": "B2"
Expand Down
6 changes: 3 additions & 3 deletions src/pages/Faq.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ const faqs = [
<div>
<dt>Cost Effective:</dt>{' '}
<dd>
A basic translation. The conveyed meaning must be the similar, but nuances might be lost. Occasional typos
A basic translation. The conveyed meaning must be similar, but nuances might be lost. Occasional typos
and translation errors are acceptable.
</dd>
</div>
Expand Down Expand Up @@ -382,7 +382,7 @@ const faqs = [
translation task.
</p>
<p>This will help you discover the right prices for your tasks.</p>
<p>If you would like to avoid this mechanism, you can set the same value for both minium and maximum price.</p>
<p>If you would like to avoid this mechanism, you can set the same value for both minimum and maximum price.</p>
</>,
],
[
Expand Down Expand Up @@ -424,7 +424,7 @@ const faqs = [
<>
<p>Short answer is: no! Always double-check it yourself.</p>
<p>
Linguo works with several languages and a miriad of file formats. There is currently no fail-proof way to
Linguo works with several languages and a myriad of file formats. There is currently no fail-proof way to
determine the word count for a translation task.
</p>
<p>
Expand Down
4 changes: 2 additions & 2 deletions src/pages/Home/Translators.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ import StartNowCard from './StartNowCard';

const SENTENCES = [
'Earn by translating documents.',
"Earn by reviewing other people's tranlations.",
'Flexibility to chose what you work on.',
"Earn by reviewing other people's translations.",
'Flexibility to choose what you work on.',
];

const CARDS = [
Expand Down