Browse Source

Fixing small typos in help file (#453)

pull/458/head
kocio-pl 5 years ago
committed by Guillaume Vincent
parent
commit
ecad9e630b
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      mobile/src/help/HelpScreen.js

+ 2
- 2
mobile/src/help/HelpScreen.js View File

@@ -14,7 +14,7 @@ export default class HelpScreen extends Component {
}}
>
<Title style={{ marginBottom: 10 }}>LessPass</Title>
<Subheading>How does it works?</Subheading>
<Subheading>How does it work?</Subheading>
<Paragraph style={{ marginBottom: 20 }}>
LessPass is a password manager that doesn't store any data. It computes
a unique password using a site, login and a master password. You don't
@@ -77,7 +77,7 @@ export default class HelpScreen extends Component {
<Subheading>Support</Subheading>
<Paragraph>
Still need some help? No problem, you can send us an email at
contact@lesspass.com. You can write your email in english or french.
contact@lesspass.com. You can write your email in English or French.
</Paragraph>
<Button
mode="contained"


Loading…
Cancel
Save