Skip to content

Commit 8101cee

Browse files
committed
Adjust wording to better support listings other than merchants
- This better supports pages like Donations, replacing 'merchants' with 'organizations', etc.
1 parent 6dfe9d9 commit 8101cee

7 files changed

+18
-18
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ First off, **thanks for your interest in contributing!** Your help will foster g
77

88
### _A quick note..._
99

10-
The site maintainers do not endorse nor confirm the legitimacy of any of the merchants linked to on this site. While we try our best to verify the merchant information submitted, it's possible that we may miss something, or a service may change/information becomes outdated. If you notice anything, please [raise a new issue](https://github.com/acceptbitcoincash/acceptbitcoincash/issues/new).
10+
The site maintainers do not endorse nor confirm the legitimacy of any of the listings linked to on this site. While we try our best to verify the information submitted, it's possible that we may miss something, or a service may change/information becomes outdated. If you notice anything, please [raise a new issue](https://github.com/acceptbitcoincash/acceptbitcoincash/issues/new).
1111

1212
Adding a site is easy. Read below for the basics, and if you're more technically-inclined, detailed instructions are further down this document. Regardless, the only thing **you need** is **a Github account**.
1313

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The goal is to build a website ([https://acceptBitcoin.cash](https://acceptBitco
1717

1818
Our hope is to connect consumers and merchants, while spreading awareness and promoting global adoption of [Bitcoin Cash](https://www.bitcoincash.org).
1919

20-
The site maintainers do not endorse nor confirm the legitimacy of any of the merchants linked to on this site. This is an open source project which accepts submissions from the general community. While we try our best to verify the merchant information submitted, it's possible that we may miss something.
20+
The site maintainers do not endorse nor confirm the legitimacy of any of the listings linked to on this site. This is an open source project which accepts submissions from the general community. While we try our best to verify the information submitted, it's possible that we may miss something.
2121

2222
## Contributing
2323

_includes/desktop-table.html

+5-6
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
<tr class="bch-only-none-found">
2525
<td colspan="5" style="text-align: center">
2626
<h3><i class="big remove circle icon"></i></h3>
27-
<p>No merchants accepting Bitcoin Cash found in {{section_title}}.</p>
28-
<p>Try <span class="clear-bch-only">clearing the Bitcoin Cash only filter</span> to see all merchants listed, then reach out to them over social media or e-mail <i class="announcement icon"></i></p>
27+
<p>No listings accepting Bitcoin Cash found in {{section_title}}.</p>
28+
<p>Try <span class="clear-bch-only">clearing the Bitcoin Cash only filter</span> to see all listings, then reach out to them over social media or e-mail <i class="announcement icon"></i></p>
2929
</td>
3030
</tr>
3131
{% endif %}
@@ -136,10 +136,9 @@ <h3><i class="big remove circle icon"></i></h3>
136136
{% if count_bch > 0 and count_bch <= 5 %}
137137
<tr class="bch-only-none-found">
138138
<td colspan="5" style="text-align: center">
139-
<h4>Hoping to see more than {{ count_bch }} merchant{% if count_bch > 1 %}s{% endif %} accepting Bitcoin Cash in {{ section.title }}?</h4>
140-
<p>Try <span class="clear-bch-only">clearing the Bitcoin Cash only filter</span> to see all merchants listed, then reach out to them over social media or e-mail <i class="announcement icon"></i></p>
141-
</td>
142-
</tr>
139+
<h4>Hoping to see more than {{ count_bch }} listing{% if count_bch > 1 %}s{% endif %} accepting Bitcoin Cash in {{ section.title }}?</h4>
140+
<p>Try <span class="clear-bch-only">clearing the Bitcoin Cash only filter</span> to see all listings, then reach out to them over social media or e-mail <i class="announcement icon"></i></p>
141+
</td> </tr>
143142
{% endif %}
144143
</tbody>
145144
</table>

_includes/header.html

+5-4
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ <h1>the <span class="logoseg-1">Accept</span><br><span class="logoseg-2">Bitcoin
3131

3232
<div class="inner-title">
3333
<div class="sub header">
34-
<p>A community-curated list of <b>sites/merchants that accept <a href="https://bitcoincash.org" data-tooltip="Learn about Bitcoin Cash" data-position="top center">Bitcoin Cash</a></b>, a peer-to-peer electronic cash system.</p>
34+
<p>A community-curated list of <b>{% if page.id == 'home'%}merchants{% elsif page.id == 'donation-listings' %}organizations{% elsif page.id == 'adult-listings' %}adult websites{% endif %} that accept <a href="https://bitcoincash.org" data-tooltip="Learn about Bitcoin Cash" data-position="top center">Bitcoin Cash</a></b>, a peer-to-peer electronic cash system{% if page.id == 'donation-listings' %}, for donations{% endif %}.</p>
3535
</div>
3636

3737
<i class="bitcoin icon"></i>
@@ -45,7 +45,7 @@ <h1>the <span class="logoseg-1">Accept</span><br><span class="logoseg-2">Bitcoin
4545
<div class="search-input-wrapper">
4646
<i id="search-icon" class="search icon"></i>
4747
<label for="bch-merchant-search">
48-
<input type="search" id="bch-merchant-search" placeholder="Search by merchant name" autocomplete="off" spellcheck="false" tabindex="0">
48+
<input type="search" id="bch-merchant-search" placeholder="Search by {% if page.id == 'home'%}merchant{% elsif page.id == 'donation-listings' %}organization{% elsif page.id == 'adult-listings' %}adult website{% endif %} name" autocomplete="off" spellcheck="false" tabindex="0">
4949
</label>
5050
<button id="search-clear">
5151
<i class="remove icon"></i>
@@ -56,7 +56,8 @@ <h1>the <span class="logoseg-1">Accept</span><br><span class="logoseg-2">Bitcoin
5656
<div class="z-switch--container">
5757
<div class="z-switch--slider"></div>
5858
</div>
59-
Only show merchants accepting Bitcoin Cash <!-- img class="search-logo" src="/img/coin-bch.png" alt="Bitcoin Cash" -->
59+
Only show {% if page.id == 'home'%}merchants{% elsif page.id == 'donation-listings' %}organizations{% elsif page.id == 'adult-listings' %}adult websites{% endif %} accepting Bitcoin Cash{% if page.id == 'donation-listings' %} donations{% endif %}
60+
<!-- img class="search-logo" src="/img/coin-bch.png" alt="Bitcoin Cash" -->
6061
</label>
6162
<!-- span id="top-btn-top"><i class="chevron circle up icon"></i> Top</span -->
6263
</div>
@@ -65,7 +66,7 @@ <h1>the <span class="logoseg-1">Accept</span><br><span class="logoseg-2">Bitcoin
6566
<div class="sub header how-to-contrib">
6667
<p class="or-choice"><em>- or -</em></p>
6768
<p>
68-
<button class="ui violet button submit-new"><a href="/add" target="_blank"><i class="add square icon"></i> &nbsp; Submit a new merchant site</a></button>
69+
<button class="ui violet button submit-new"><a href="/add" target="_blank"><i class="add square icon"></i> &nbsp; Submit a new {% if page.id == 'home'%}merchant site{% elsif page.id == 'donation-listings' %}organization{% elsif page.id == 'adult-listings' %}adult website{% endif %}</a></button>
6970
<br>
7071
<span><i class="info circle icon"></i> We prefer <a href="https://github.com/acceptbitcoincash/acceptbitcoincash/issues/new">new issues</a> or pull requests through Github.<br><a href="https://github.com/acceptbitcoincash/acceptbitcoincash/blob/master/CONTRIBUTING.md" target="_blank">Details here</a>.</span>
7172
</p>

_includes/mobile-table.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ <h3>{{ section_title }}</h3>
1616
<div class="main negative{% if website.bch == false %} no-bch{% endif %} bch-only-none-found-mobile">
1717
<div class="title">
1818
<h3><i class="big remove circle icon"></i></h3>
19-
<p>No merchants accepting Bitcoin Cash found in {{section_title}}.</p>
20-
<p>Try <span class="clear-bch-only">clearing the Bitcoin Cash only filter</span> to see all merchants listed, then reach out to them over social media or e-mail <i class="announcement icon"></i></p>
19+
<p>No listings accepting Bitcoin Cash found in {{section_title}}.</p>
20+
<p>Try <span class="clear-bch-only">clearing the Bitcoin Cash only filter</span> to see all listings, then reach out to them over social media or e-mail <i class="announcement icon"></i></p>
2121
</div>
2222
</div>
2323
{% endif %}
@@ -121,8 +121,8 @@ <h3><i class="big remove circle icon"></i></h3>
121121
{% endfor %}
122122
{% if count_bch > 0 and count_bch <= 5 %}
123123
<div class="bch-only-none-found-mobile">
124-
<h4>Hoping to see more than {{ count_bch }} merchant{% if count_bch > 1 %}s{% endif %} accepting Bitcoin Cash in {{ section.title }}?</h4>
125-
<p>Try <span class="clear-bch-only">clearing the Bitcoin Cash only filter</span> to see all merchants listed, then reach out to them over social media or e-mail <i class="announcement icon"></i></p>
124+
<h4>Hoping to see more than {{ count_bch }} listing{% if count_bch > 1 %}s{% endif %} accepting Bitcoin Cash in {{ section.title }}?</h4>
125+
<p>Try <span class="clear-bch-only">clearing the Bitcoin Cash only filter</span> to see all listings, then reach out to them over social media or e-mail <i class="announcement icon"></i></p>
126126
</div>
127127
{% endif %}
128128
</div>

_includes/modals/disclaimer.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="ui icon header">
33
<i class="warning sign icon"></i>
44
</div>
5-
<p>The site maintainers do not endorse nor confirm the legitimacy of any of the merchants linked to on this site. This is an open source project which accepts submissions from the general community. While we try our best to verify the merchant information submitted, it's possible that we may miss something. <a href="https://github.com/acceptbitcoincash/acceptbitcoincash/issues/new" target="_blank">Please let us know</a> of any inconsistencies, errors, or suspicious listings that you may find as well!</p>
5+
<p>The site maintainers do not endorse nor confirm the legitimacy of any of the sites/merchants linked to on this site. This is an open source project which accepts submissions from the general community. While we try our best to verify the information submitted, it's possible that we may miss something. <a href="https://github.com/acceptbitcoincash/acceptbitcoincash/issues/new" target="_blank">Please let us know</a> of any inconsistencies, errors, or suspicious listings that you may find as well!</p>
66
<p><span class="remember-this">Always transact responsibly.</span> Check HTTPS certificates, and <span class="super-important">never reveal your private key or mnemonic seed</span> to anyone!</p>
77
<div class="actions">
88
<div class="ui green basic cancel inverted button">

css/base.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ p {
208208

209209
.title-wrap {
210210
display: inline-block;
211-
width: 705px;
211+
width: 745px;
212212
margin-top: 40px;
213213

214214
h1 {

0 commit comments

Comments
 (0)