1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-15 23:00:36 +02:00

Mobile: Done UI for E2EE

This commit is contained in:
Laurent Cozic
2017-12-31 14:58:50 +01:00
parent 6ff19063ef
commit e19c26fdd1
6 changed files with 80 additions and 10 deletions

View File

@ -346,7 +346,7 @@ class ScreenHeaderComponent extends Component {
menuOptionComponents.push(
<MenuOption value={() => this.encryptionConfig_press()} key={'menuOption_encryptionConfig'} style={this.styles().contextMenuItem}>
<Text style={this.styles().contextMenuItemText}>{_('Encryption Configuration')}</Text>
<Text style={this.styles().contextMenuItemText}>{_('Encryption Config')}</Text>
</MenuOption>);
menuOptionComponents.push(