Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
parity-signer
Commits
32c44827
Commit
32c44827
authored
Aug 29, 2018
by
Thibaut Sardan
Committed by
Alexey
Aug 29, 2018
Browse files
typo and simplification
parent
fc15d81e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/screens/Security.js
View file @
32c44827
...
...
@@ -65,7 +65,7 @@ class SecurityView extends React.PureComponent {
<
/Text
>
<
/View
>
<
Text
style
=
{
styles
.
text
}
>
Secure
device
s
do
no
the
sensors
to
connect
to
the
I
nternet
access
.
A
device
is
considered
secure
if
it
does
not
have
any
i
nternet
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
>
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment