Skip to content
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
6 changes: 3 additions & 3 deletions web/src/app/[locale]/faq/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default function FaqPage() {
{
question: 'I got an error on this website',
answer:
'Submit an issue at GitHub or send us an e-mail at bigfive-test@rubynor.com'
'Submit an issue on GitHub or send us an e-mail at bigfive-test@rubynor.com'
},
{
question: 'Can I use the code for this website for Commercial Purposes?',
Expand Down Expand Up @@ -41,11 +41,11 @@ export default function FaqPage() {
{
question: 'Where can I find the questions?',
answer:
'All questions and translations are in this repo in the data folder. The questions and scoring is taken from ipip.ori.org'
'All questions and translations are in this repo in the data folder. The questions and scoring are taken from ipip.ori.org'
},
{
question: 'Where can I find the code?',
answer: 'The code is found here at GitHub.'
answer: 'The code is found here on GitHub.'
}
];
return (
Expand Down
4 changes: 2 additions & 2 deletions web/src/app/[locale]/privacy/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default function PrivacyPage() {
<br />
<ul>
<li>
&quot;_ga&quot; is used to distingusih users. The cookie is set the
&quot;_ga&quot; is used to distinguish users. The cookie is set the
first time a user access the website and has a lifetime of 2 until
years
</li>
Expand All @@ -53,7 +53,7 @@ export default function PrivacyPage() {
Your web browser also automatically sends information to our hosting
provider Zeit.
<br />
This can i.e. be information about wich browser and version you are
This can i.e. be information about which browser and version you are
using and your Internet address (IP-address). For each page that is
displayed, the date and time information, which page you came from,
which page you are on, etc. are also stored.
Expand Down