mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-01-19 05:45:15 +01:00
Removed unused key.
This commit is contained in:
parent
f0ec8f544b
commit
1fdeb0ecc0
@ -951,7 +951,7 @@ export class WalletsCarousel extends Component {
|
||||
}}
|
||||
>
|
||||
<LinearGradient
|
||||
shadowOpacity={18/100}
|
||||
shadowOpacity={18 / 100}
|
||||
shadowOffset={{ width: 0, height: 4 }}
|
||||
shadowRadius={10}
|
||||
shadowColor="#000000"
|
||||
|
@ -11,7 +11,6 @@ module.exports = {
|
||||
},
|
||||
wallets: {
|
||||
list: {
|
||||
tabBarLabel: 'Wallets',
|
||||
app_name: 'Blue Wallet',
|
||||
title: 'wallets',
|
||||
header: 'A wallet represents a pair of a secret (private key) and an address' + 'you can share to receive coins.',
|
||||
|
@ -11,7 +11,6 @@ module.exports = {
|
||||
},
|
||||
wallets: {
|
||||
list: {
|
||||
tabBarLabel: 'Wallets',
|
||||
app_name: 'Blue Wallet',
|
||||
title: 'Minhas Bitcoin Wallets',
|
||||
header: 'Uma wallet representa um par entre um segredo (chave privada) e um endereço' + 'que pode partilhar para receber Bitcoin.',
|
||||
|
@ -11,7 +11,6 @@ module.exports = {
|
||||
},
|
||||
wallets: {
|
||||
list: {
|
||||
tabBarLabel: 'кошельки',
|
||||
app_name: 'BlueWallet',
|
||||
title: 'кошельки',
|
||||
header: 'Кошелек это секретный (приватный) ключ, и соответствующий ему адрес на который можно получать биткоины',
|
||||
|
Loading…
Reference in New Issue
Block a user