This commit is contained in:
Marcos Rodriguez Velez 2025-02-07 20:14:02 -04:00
parent 6d7e48eb1a
commit a4df48a0c5
2 changed files with 4 additions and 2 deletions

View file

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

View file

@ -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 && (