From 01706769e0a08fd12a738c5fab1ffeb677172a36 Mon Sep 17 00:00:00 2001 From: DAnn2012 Date: Sun, 23 Nov 2025 13:31:00 +0100 Subject: [PATCH] Update admin_trait.php --- src/admin_trait.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/admin_trait.php b/src/admin_trait.php index a363026..70043eb 100644 --- a/src/admin_trait.php +++ b/src/admin_trait.php @@ -647,7 +647,7 @@ public function admin_edit_wallet( $wallet_id ) $pubs = implode( '/', $currency->supports->btc_hd_public_key_pubs ); $btc_hd_public_key = $fs->text( 'btc_hd_public_key' ) - ->description( __( sprintf( 'If you have an HD wallet and want to generate a new address after each purchase, enter your %s public key here.', $pubs ), 'mycryptocheckout' ) ) + ->description( sprintf( __( 'If you have an HD wallet and want to generate a new address after each purchase, enter your %s public key here.', 'mycryptocheckout' ), $pubs ) ) // Input label ->label( __( 'HD public key', 'mycryptocheckout' ) ) ->trim()