Update encryptStorage.js

This commit is contained in:
Marcos Rodriguez 2019-11-10 06:53:40 -05:00
parent e01ffa85fb
commit fe305876b3

View File

@ -24,7 +24,7 @@ let loc = require('../../loc');
export default class EncryptStorage extends Component {
static navigationOptions = () => ({
...BlueNavigationStyle(),
title: loc.settings.security,
title: 'Security',
});
constructor(props) {