Skip to content

Commit

Permalink
refactor: updating text to allow any kind of BTC address
Browse files Browse the repository at this point in the history
  • Loading branch information
annipi committed Dec 24, 2024
1 parent 4357058 commit be561bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pegout/components/PegoutOption.vue
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ export default defineComponent({
return '';
});
const btcAddressPlaceholder = `Paste your (Legacy, Segwit or Bech32) ${environmentContext.getBtcTicker()} address`;
const btcAddressPlaceholder = `Paste your ${environmentContext.getBtcTicker()} address`;
const isValidBtcAddress = computed(() => {
const { valid, addressType } = validateAddress(btcAddress.value);
Expand Down

0 comments on commit be561bc

Please sign in to comment.