1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-12 22:57:38 +02:00

All: fix typo on encryption options screen (#1823)

fixes #1798
This commit is contained in:
Helmut K. C. Tessarek
2019-08-29 12:38:54 -04:00
committed by Laurent Cozic
parent d28fbe2d3b
commit d69ba6bc75
33 changed files with 33 additions and 33 deletions

View File

@ -243,7 +243,7 @@ class EncryptionConfigScreenComponent extends BaseScreenComponent {
<ScrollView style={this.styles().container}>
{
<View style={{ backgroundColor: theme.warningBackgroundColor, paddingTop: 5, paddingBottom: 5, paddingLeft: 10, paddingRight: 10 }}>
<Text>{_('For more information about End-To-End Encryption (E2EE) and advices on how to enable it please check the documentation:')}</Text>
<Text>{_('For more information about End-To-End Encryption (E2EE) and advice on how to enable it please check the documentation:')}</Text>
<TouchableOpacity
onPress={() => {
Linking.openURL('https://joplinapp.org/e2ee/');