Skip to content

Commit c8f0450

Browse files
V48 (implementation-only): Update wallet address field placeholder copy
Use "Connected Bitcoin wallets shown here" for the empty address input.
1 parent c153150 commit c8f0450

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

uapi/components/auxillaries/AuxillariesWalletConnectionPanel/AuxillariesWalletConnectionPanel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ export default function AuxillariesWalletConnectionPanel({
249249
value={walletAddress}
250250
onChange={(e) => handleWalletAddressChange(e.target.value)}
251251
className="form-input"
252-
placeholder="Bitcoin address appears here after wallet connection"
252+
placeholder="Connected Bitcoin wallets shown here"
253253
aria-label="Bitcode Bitcoin wallet address"
254254
/>
255255
<div className="input-focus-indicator"></div>

0 commit comments

Comments
 (0)