Skip to content

Commit b5ca001

Browse files
jpk68nahuhh
authored andcommitted
cleanup: small grammatical improvements
1 parent 97b67bd commit b5ca001

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

src/i18n/translations/en/accept-monero.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
"intro": "How you accept Monero depends on your needs:",
1010
"wallet": {
1111
"title": "Wallet",
12-
"description": "Best for occasional payments or getting started. Generate a QR code with the amount, customer scans and pays. No fees, no setup.",
12+
"description": "Best for occasional payments or getting started. Generate a QR code with the amount, the customer scans and pays. No fees, minimal setup.",
1313
"viewWallets": "View Wallets"
1414
},
1515
"pos": {
1616
"title": "Point-of-Sale App",
17-
"description": "Dedicated apps for regular in-person use. Get fiat price conversion, invoice tracking, and configurable confirmation settings.",
17+
"description": "Dedicated apps for regular in-person use. Get fiat exchange rates, invoice tracking, and configurable confirmation settings.",
1818
"services": {
1919
"bitrequest": "Multi-coin point-of-sale app",
2020
"btcpayPos": "Point-of-sale app for BTCPay Server"
@@ -27,7 +27,7 @@
2727
},
2828
"selfHosted": {
2929
"title": "Self-Hosted",
30-
"description": "Run your own payment server for complete control. Zero fees, full privacy, invoice management, and works for both online and in-person. Requires a server and technical setup.",
30+
"description": "Run your own payment server for complete control. Zero fees, full privacy, invoice management, and works for both online and in-person. Requires a server and some technical expertise.",
3131
"services": {
3232
"btcpay": "Open-source, multi-coin, includes POS app",
3333
"bitcart": "Open-source, multi-coin payment processor",
@@ -37,7 +37,7 @@
3737
},
3838
"acceptPayment": {
3939
"title": "Accept Your First Payment!",
40-
"description": "A customer scans your QR code or copies your address and sends Monero from their wallet. You'll see the payment appear in your wallet or dashboard within seconds.",
40+
"description": "A customer sends Monero to your QR code or address. You'll see the payment appear in your wallet or dashboard within seconds.",
4141
"confirmations": "Transactions are typically confirmed in ~2 minutes. For small purchases, most merchants hand over goods immediately. For larger amounts, waiting 1-2 confirmations adds security.",
4242
"confirmationsLabel": "Confirmations:",
4343
"tip": "If you're using a wallet, your seed phrase is the only way to recover funds. Write it down and store it securely offline - never share it with anyone."

src/i18n/translations/en/faq.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"doesMoneroUseEncryption": {
1818
"title": "Does Monero use encryption?",
19-
"content": "Yes. Monero uses strong public key encryption and zero knowledge proofs so that transaction data is never published in plain form.\n\nOn chain you only see encrypted commitments and proofs that the rules are followed, instead of a readable payment history."
19+
"content": "Yes. Monero uses strong public key encryption and zero-knowledge proofs so that transaction data is never published in plain form.\n\nOn chain you only see encrypted commitments and proofs that the rules are followed, instead of a readable payment history."
2020
},
2121
"isMoneroLegal": {
2222
"title": "Is Monero legal to use?",

src/i18n/translations/en/knowledge-base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"pageTitle": "Research Lab",
4949
"title": "Research Lab",
5050
"cardSubtitle": "Academic papers, cryptographic research, and protocol improvements from the Monero Research Lab.",
51-
"subtitle": "Monero is committed to continued research into financial privacy as it involves cryptocurrencies. Below you'll find work from our researchers, with more papers to come.",
51+
"subtitle": "Monero is committed to continued research into financial privacy as it relates to cryptocurrencies. Below you'll find work from our researchers, with more papers to come.",
5252
"hero": {
5353
"imageAlt": "Monero Research Lab",
5454
"title": "Advancing privacy in cryptocurrency",

src/i18n/translations/en/what-is-monero.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
},
5050
"fcmp": {
5151
"title": "FCMP++",
52-
"description": "Full Chain Membership Proofs (FCMP++) are zero knowledge proofs that prove a payment used a real coin on the blockchain, without revealing which one - protecting the sender's privacy.",
52+
"description": "Full Chain Membership Proofs (FCMP++) are zero-knowledge proofs that prove a payment used a real coin on the blockchain, without revealing which one - protecting the sender's privacy.",
5353
"basedOn": "Based on: [Curve Trees]({{mpCurveTrees}})"
5454
},
5555
"confidentialTransactions": {

0 commit comments

Comments
 (0)