Skip to content

Commit

Permalink
Merge branch 'develop' into yomo-1943
Browse files Browse the repository at this point in the history
  • Loading branch information
jorbuedo authored Oct 2, 2024
2 parents aa5cca0 + 83f4065 commit 47c2127
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 40 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ export const usePrivacyMode = () => {
isTogglePrivacyModeLoading,
setPrivacyModeOff: () => writePrivacyMode('HIDDEN'),
setPrivacyModeOn: () => writePrivacyMode('SHOWN'),
privacyPlaceholder: '*.******',
privacyPlaceholder: '******',
}
}
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
6 changes: 3 additions & 3 deletions apps/wallet-mobile/src/legacy/Dashboard/UserSummary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export const UserSummary = ({totalAdaSum, totalRewards, totalDelegated, onWithdr
? totalAdaSum != null
? formatAdaWithText(asQuantity(totalAdaSum), wallet.portfolioPrimaryTokenInfo)
: '-'
: '**.******'}
: '******'}
</Text>
</View>
</View>
Expand All @@ -82,7 +82,7 @@ export const UserSummary = ({totalAdaSum, totalRewards, totalDelegated, onWithdr
? totalRewards != null
? formatAdaWithText(asQuantity(totalRewards), wallet.portfolioPrimaryTokenInfo)
: '-'
: '**.******'}
: '******'}
</Text>
</View>
</View>
Expand All @@ -109,7 +109,7 @@ export const UserSummary = ({totalAdaSum, totalRewards, totalDelegated, onWithdr
? totalDelegated != null
? formatAdaWithText(asQuantity(totalDelegated), wallet.portfolioPrimaryTokenInfo)
: '-'
: '**.******'}
: '******'}
</Text>
</View>
</View>
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
}
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"start": {
"line": 180,
"column": 9,
"index": 5288
"index": 5279
},
"end": {
"line": 183,
"column": 3,
"index": 5390
"index": 5381
}
},
{
Expand All @@ -21,12 +21,12 @@
"start": {
"line": 184,
"column": 16,
"index": 5408
"index": 5399
},
"end": {
"line": 187,
"column": 3,
"index": 5518
"index": 5509
}
},
{
Expand All @@ -36,12 +36,12 @@
"start": {
"line": 188,
"column": 18,
"index": 5538
"index": 5529
},
"end": {
"line": 191,
"column": 3,
"index": 5652
"index": 5643
}
},
{
Expand All @@ -51,12 +51,12 @@
"start": {
"line": 192,
"column": 23,
"index": 5677
"index": 5668
},
"end": {
"line": 195,
"column": 3,
"index": 5789
"index": 5780
}
}
]

0 comments on commit 47c2127

Please sign in to comment.