obtained not bought
This commit is contained in:
parent
58bb86152c
commit
12024e7362
|
@ -25,7 +25,7 @@
|
|||
</section>
|
||||
{% else %}
|
||||
<section class="streambox" style="padding: 40px;">
|
||||
<h2 style="text-align: center;display: block;">This release can't be bought</h2>
|
||||
<h2 style="text-align: center;display: block;">This release can't be obtained</h2>
|
||||
<p>Stream, follow, like and subscribe!</p>
|
||||
<div class="streamer">
|
||||
{% for shop in site.data.stores %}
|
||||
|
@ -102,7 +102,7 @@
|
|||
</div>
|
||||
{% else %}
|
||||
|
||||
<h2 style="text-align: center;display: block;">This track can't be bought</h2>
|
||||
<h2 style="text-align: center;display: block;">This track can't be obtained</h2>
|
||||
<p>Stream, follow, like and subscribe!</p>
|
||||
<div class="streamer">
|
||||
{% for shop in site.data.stores %}
|
||||
|
@ -155,7 +155,7 @@
|
|||
</div>
|
||||
{% else %}
|
||||
|
||||
<h2 style="text-align: center;display: block;">This album can't be bought</h2>
|
||||
<h2 style="text-align: center;display: block;">This album can't be obtained</h2>
|
||||
<p>Stream, follow, like and subscribe!</p>
|
||||
<div class="streamer">
|
||||
{% for shop in site.data.stores %}
|
||||
|
|
Loading…
Reference in a new issue