From 83f40658bb965686b00e9e6f26e1832eb19ce75b Mon Sep 17 00:00:00 2001
From: Rahul <62512215+rahulnr7@users.noreply.github.com>
Date: Wed, 2 Oct 2024 15:28:25 +0530
Subject: [PATCH] fix(wallet-mobile): add placeholder for "remove wallet"
input (#3668)
---
.../RemoveWallet/RemoveWalletScreen.tsx | 1 +
.../RemoveWallet/RemoveWalletScreen.json | 56 +++++++++----------
2 files changed, 29 insertions(+), 28 deletions(-)
diff --git a/apps/wallet-mobile/src/features/Settings/RemoveWallet/RemoveWalletScreen.tsx b/apps/wallet-mobile/src/features/Settings/RemoveWallet/RemoveWalletScreen.tsx
index 3b1ab1eb9e..401298ff96 100644
--- a/apps/wallet-mobile/src/features/Settings/RemoveWallet/RemoveWalletScreen.tsx
+++ b/apps/wallet-mobile/src/features/Settings/RemoveWallet/RemoveWalletScreen.tsx
@@ -59,6 +59,7 @@ export const RemoveWalletScreen = () => {
: undefined}
diff --git a/apps/wallet-mobile/translations/messages/src/features/Settings/RemoveWallet/RemoveWalletScreen.json b/apps/wallet-mobile/translations/messages/src/features/Settings/RemoveWallet/RemoveWalletScreen.json
index c26e2b407c..1e1e6629f2 100644
--- a/apps/wallet-mobile/translations/messages/src/features/Settings/RemoveWallet/RemoveWalletScreen.json
+++ b/apps/wallet-mobile/translations/messages/src/features/Settings/RemoveWallet/RemoveWalletScreen.json
@@ -4,14 +4,14 @@
"defaultMessage": "!!!If you wish to permanently delete the wallet make sure you have written down the mnemonic.",
"file": "src/features/Settings/RemoveWallet/RemoveWalletScreen.tsx",
"start": {
- "line": 109,
+ "line": 110,
"column": 25,
- "index": 3918
+ "index": 3965
},
"end": {
- "line": 112,
+ "line": 113,
"column": 3,
- "index": 4112
+ "index": 4159
}
},
{
@@ -19,14 +19,14 @@
"defaultMessage": "!!!To confirm this operation type the wallet name below.",
"file": "src/features/Settings/RemoveWallet/RemoveWalletScreen.tsx",
"start": {
- "line": 113,
+ "line": 114,
"column": 25,
- "index": 4139
+ "index": 4186
},
"end": {
- "line": 116,
+ "line": 117,
"column": 3,
- "index": 4296
+ "index": 4343
}
},
{
@@ -34,14 +34,14 @@
"defaultMessage": "!!!Wallet name",
"file": "src/features/Settings/RemoveWallet/RemoveWalletScreen.tsx",
"start": {
- "line": 117,
+ "line": 118,
"column": 14,
- "index": 4312
+ "index": 4359
},
"end": {
- "line": 120,
+ "line": 121,
"column": 3,
- "index": 4416
+ "index": 4463
}
},
{
@@ -49,14 +49,14 @@
"defaultMessage": "!!!Wallet name",
"file": "src/features/Settings/RemoveWallet/RemoveWalletScreen.tsx",
"start": {
- "line": 121,
+ "line": 122,
"column": 19,
- "index": 4437
+ "index": 4484
},
"end": {
- "line": 124,
+ "line": 125,
"column": 3,
- "index": 4546
+ "index": 4593
}
},
{
@@ -64,14 +64,14 @@
"defaultMessage": "!!!Wallet name does not match",
"file": "src/features/Settings/RemoveWallet/RemoveWalletScreen.tsx",
"start": {
- "line": 125,
+ "line": 126,
"column": 27,
- "index": 4575
+ "index": 4622
},
"end": {
- "line": 128,
+ "line": 129,
"column": 3,
- "index": 4707
+ "index": 4754
}
},
{
@@ -79,14 +79,14 @@
"defaultMessage": "!!!Remove wallet",
"file": "src/features/Settings/RemoveWallet/RemoveWalletScreen.tsx",
"start": {
- "line": 129,
+ "line": 130,
"column": 10,
- "index": 4719
+ "index": 4766
},
"end": {
- "line": 132,
+ "line": 133,
"column": 3,
- "index": 4821
+ "index": 4868
}
},
{
@@ -94,14 +94,14 @@
"defaultMessage": "!!!I have written down mnemonic of this wallet and understand that I cannot recover the wallet without it.",
"file": "src/features/Settings/RemoveWallet/RemoveWalletScreen.tsx",
"start": {
- "line": 133,
+ "line": 134,
"column": 26,
- "index": 4849
+ "index": 4896
},
"end": {
- "line": 137,
+ "line": 138,
"column": 3,
- "index": 5063
+ "index": 5110
}
}
]
\ No newline at end of file