Commit 32c44827 authored by Thibaut Sardan's avatar Thibaut Sardan Committed by Alexey
Browse files

typo and simplification

parent fc15d81e
......@@ -65,7 +65,7 @@ class SecurityView extends React.PureComponent {
</Text>
</View>
<Text style={styles.text}>
Secure devices do no the sensors to connect to the Internet access.
A device is considered secure if it does not have any internet access.
</Text>
<View style={styles.headerContainer}>
<Icon
......@@ -77,9 +77,8 @@ class SecurityView extends React.PureComponent {
</Text>
</View>
<Text style={styles.text}>
Not Secure devices have access to the Internet and are thus at higher risk
than devices kept offline. We recommend not keeping high balances
on these devices.
A device is considered not secure if it has access to the internet. We recommend not keeping high balances
on this device.
</Text>
</ScrollView>
);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment