Fix wording

Closes #4266.
This commit is contained in:
Dennis Reimann
2022-11-03 13:13:03 +01:00
parent 79717d1d64
commit cd12162b6f

View File

@@ -36,7 +36,7 @@
@if (ViewBag.ShowLeadText)
{
<p class="lead">
<span class="d-sm-block">A self-hosted, open-source cryptocurrency payment processor.</span>
<span class="d-sm-block">A self-hosted, open-source bitcoin payment processor.</span>
<span class="d-sm-block">It is secure, private, censorship-resistant and free.</span>
</p>
}