home: edit 'Merchants' card

This commit is contained in:
erciccione 2021-07-23 11:04:10 +02:00
parent 32497eec7c
commit 36f09b2ea7
No known key found for this signature in database
GPG key ID: 762AF8C608E56CDF
2 changed files with 2 additions and 2 deletions

View file

@ -81,7 +81,7 @@ home:
getcoins_para: After you install a wallet, you need to get some Monero. There are multiple ways to acquire some coins to spend, like mining or working in exchange for Monero, but the easiest way is to use an exchange and convert your fiat money into XMR. Many exchanges, centralized and decentralized, list Monero (XMR).
exchanges: Exchanges
useit: "It's a Currency: Use It!"
useit_para: Monero is a currency and can be exchanged for goods and services, privately and with very low fees. Many entities will gladly accept XMR for payments; take a look at our list of merchants currently accepting Monero.
useit_para: Monero is a currency and can be exchanged for goods, services and other currencies, privately and with very low fees. Many entities will gladly accept XMR for payments; take a look at our 'Merchants' page.
merchants: Merchants
answers: Find Answers to Your Questions
faq: FAQ

View file

@ -58,7 +58,7 @@ permalink: index.html
<div class="col-lg-6 col-md-6 col-sm-8 col-xs-8 why-text">
<h3>{% t home.getcoins %}</h3>
<p>{% t home.getcoins_para %}</p>
<p><a href="{{ site.baseurl }}/community/merchants/#exchanges" class="btn-link btn-fixed">{% t home.exchanges %}</a></p>
<p><a href="{{ site.baseurl }}/community/merchants/" class="btn-link btn-fixed">{% t home.exchanges %}</a></p>
</div>
</div>