Merge branch 'master' into modal

This commit is contained in:
Marcos Rodriguez Velez 2024-07-02 10:41:22 -04:00
commit 8c32bc405b
No known key found for this signature in database
GPG key ID: 6030B2F48CCE86D7
2 changed files with 3 additions and 3 deletions

View file

@ -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,

View file

@ -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",