mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-23 14:40:47 +01:00
Changed extension name to Support Tickets
This commit is contained in:
parent
b296c38795
commit
c099885bbb
3 changed files with 8 additions and 8 deletions
|
@ -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
Normal file
6
lnbits/extensions/lnticket/config.json.example
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"name": "Support Tickets",
|
||||||
|
"short_description": "LN support ticket system",
|
||||||
|
"icon": "contact_support",
|
||||||
|
"contributors": ["benarc"]
|
||||||
|
}
|
|
@ -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…
Add table
Reference in a new issue