Browse Source

Merge pull request #765 from writefreely/remove-coil

Remove mention of Coil on Customize page
pull/766/head
Matt Baer 8 months ago
committed by GitHub
parent
commit
fe1f821422
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/user/collection.tmpl

+ 1
- 1
templates/user/collection.tmpl View File

@@ -157,7 +157,7 @@ textarea.section.norm {
<div class="option">
<h2>Web Monetization</h2>
<div class="section">
<p class="explain">Web Monetization enables you to receive micropayments from readers that have a <a href="https://coil.com">Coil membership</a>. Add your payment pointer to enable Web Monetization on your blog.</p>
<p class="explain">Web Monetization enables you to receive micropayments from readers via <a href="https://interledger.org">Interledger</a>. Add your payment pointer to enable Web Monetization on your blog.</p>
<input type="text" name="monetization_pointer" style="width:100%" value="{{.Collection.Monetization}}" placeholder="$wallet.example.com/alice" />
</div>
</div>


Loading…
Cancel
Save