urbit / bitcoin-wallet

Repository for issue triaging and (eventually) the bitcoin wallet code
MIT License
4 stars 1 forks source link

Grammar error setup screen #45

Closed ridoy closed 2 years ago

ridoy commented 3 years ago

Current: "In order to perform Bitcoin transaction in Landscape, you'll need to set a provider node. A provider node is an urbit which maintains a synced Bitcoin ledger. Learn More"

Super nitpicky but the changes are 1) an indefinite article before Bitcoin 2) calling it "an urbit" instead of "a Ship" is like calling it "a Windows" instead of "a PC"

Should be: "In order to perform a Bitcoin transaction in Landscape, you'll need to set a provider node. A provider node is a Ship which maintains a synced Bitcoin ledger. Learn More"

https://github.com/urbit/urbit/blob/6ab7f53fff2775daf409886a89b122c4e7d116f6/pkg/btc-wallet/src/components/ProviderModal.tsx#L102

finned-palmer commented 3 years ago

Thanks, I'll make these changes.