mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 23:27:26 +01:00
Update encryptStorage.js
This commit is contained in:
parent
e01ffa85fb
commit
fe305876b3
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue