mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-13 19:16:52 +01:00
wip
This commit is contained in:
parent
6d7e48eb1a
commit
a4df48a0c5
2 changed files with 4 additions and 2 deletions
|
@ -509,7 +509,7 @@
|
|||
"multisig_vault_explain": "Best security for large amounts",
|
||||
"provide_signature": "Provide signature",
|
||||
"provide_signature_details": "Use your device and wallet where the key resides to sign this transaction",
|
||||
"provide_signature_details_bluewallet": "In BlueWallet, go to the Send screen menu and select 'Sign Transaction'",
|
||||
"provide_signature_details_bluewallet": "In BlueWallet, go to the Send screen menu and select ",
|
||||
"vault_key": "Vault Key {number}",
|
||||
"required_keys_out_of_total": "Required keys out of the total",
|
||||
"fee": "Fee: {number}",
|
||||
|
|
|
@ -100,7 +100,9 @@ const PsbtMultisigQRCode = () => {
|
|||
<BlueSpacing20 />
|
||||
<BlueText>{loc.multisig.provide_signature_details}</BlueText>
|
||||
<BlueSpacing20 />
|
||||
<BlueText>{loc.multisig.provide_signature_details_bluewallet}</BlueText>
|
||||
<BlueText>
|
||||
{loc.multisig.provide_signature_details_bluewallet} <BlueText bold>{loc.multisig.co_sign_transaction}</BlueText>
|
||||
</BlueText>
|
||||
</View>
|
||||
<DynamicQRCode value={psbt.toHex()} ref={dynamicQRCode} />
|
||||
{!isShowOpenScanner && (
|
||||
|
|
Loading…
Add table
Reference in a new issue