Browse Source

Changed extension name to Support Tickets

Login
benarc 5 years ago
parent
commit
c099885bbb
  1. 6
      lnbits/extensions/lnticket/config.json
  2. 6
      lnbits/extensions/lnticket/config.json.example
  3. 4
      lnbits/extensions/lnticket/templates/lnticket/_api_docs.html

6
lnbits/extensions/lnticket/config.json

@ -1,6 +0,0 @@
{
"name": "LNTicket",
"short_description": "Pay-per-word LN ticket system",
"icon": "contact_support",
"contributors": ["benarc"]
}

6
lnbits/extensions/lnticket/config.json.example

@ -0,0 +1,6 @@
{
"name": "Support Tickets",
"short_description": "LN support ticket system",
"icon": "contact_support",
"contributors": ["benarc"]
}

4
lnbits/extensions/lnticket/templates/lnticket/_api_docs.html

@ -7,8 +7,8 @@
> >
<q-card> <q-card>
<q-card-section> <q-card-section>
<h5 class="text-subtitle1 q-my-none">LNTickets: Get paid sats for questions</h5> <h5 class="text-subtitle1 q-my-none">Support Tickets: Get paid sats to answer questions</h5>
<p>LNTickets allow you to charge people per word for contacting you. Applications incude, paid support ticketting, PAYG language services, such as translation, spam protection (people have to pay to contact you).<br/> <p>Charge people per word for contacting you. Possible applications incude, paid support ticketing, PAYG language services, contact spam protection (people have to pay to contact you).<br/>
<small> Created by, <a href="https://github.com/benarc">Ben Arc</a></small></p> <small> Created by, <a href="https://github.com/benarc">Ben Arc</a></small></p>
</q-card> </q-card>
</q-card-section> </q-card-section>

Loading…
Cancel
Save