Skip to content

Commit

Permalink
fix(wallet-mobile): add placeholder for "remove wallet" input (#3668)
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulnr7 authored Oct 2, 2024
1 parent 7ae330b commit 83f4065
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 28 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ export const RemoveWalletScreen = () => {
<Spacer height={24} />

<WalletNameInput
placeholder={strings.walletName}
value={typedWalletName}
onChangeText={setTypedWalletName}
right={typedWalletName === meta.name ? <Checkmark /> : undefined}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,104 +4,104 @@
"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
}
},
{
"id": "components.settings.removewalletscreen.descriptionParagraph2",
"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
}
},
{
"id": "components.settings.removewalletscreen.walletName",
"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
}
},
{
"id": "components.settings.removewalletscreen.walletNameInput",
"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
}
},
{
"id": "components.settings.removewalletscreen.walletNameMismatchError",
"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
}
},
{
"id": "components.settings.removewalletscreen.remove",
"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
}
},
{
"id": "components.settings.removewalletscreen.hasWrittenDownMnemonic",
"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
}
}
]

0 comments on commit 83f4065

Please sign in to comment.