mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-12 18:51:21 +01:00
Merge branch 'master' into modal
This commit is contained in:
commit
8c32bc405b
2 changed files with 3 additions and 3 deletions
|
@ -25,7 +25,7 @@ const WatchOnlyWarning: React.FC<Props> = ({ handleDismiss, isLoading }) => {
|
|||
|
||||
const styles = StyleSheet.create({
|
||||
container: {
|
||||
backgroundColor: '#ff4c4c',
|
||||
backgroundColor: '#fc990e',
|
||||
padding: 16,
|
||||
margin: 16,
|
||||
borderRadius: 8,
|
||||
|
|
|
@ -383,8 +383,8 @@
|
|||
"from": "From: {counterparty}",
|
||||
"to": "To: {counterparty}",
|
||||
"updating": "Updating...",
|
||||
"watchOnlyWarningTitle": "Scam Alert",
|
||||
"watchOnlyWarningDescription": "Be aware that scammers usually use this type of wallet 'watch-only' to try to steal from users. This wallet you cannot control or send from it, only allows to watch the balance."
|
||||
"watchOnlyWarningTitle": "Security warning",
|
||||
"watchOnlyWarningDescription": "Be cautious of scammers who often use “watch-only” wallets to deceive users. These wallets do not allow you to control or send funds; they only let you view the balance."
|
||||
},
|
||||
"wallets": {
|
||||
"add_bitcoin": "Bitcoin",
|
||||
|
|
Loading…
Add table
Reference in a new issue