Skip to content

Commit 135db90

Browse files
V48 (implementation-only): Tweak wallet address placeholder wording
Use "will be shown" for the empty connected-wallet field copy.
1 parent c8f0450 commit 135db90

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="Connected Bitcoin wallets shown here"
252+
placeholder="Connected Bitcoin wallets will be shown here"
253253
aria-label="Bitcode Bitcoin wallet address"
254254
/>
255255
<div className="input-focus-indicator"></div>

0 commit comments

Comments
 (0)