Skip to content

Commit

Permalink
Merge pull request #15 from lnbits/threshold
Browse files Browse the repository at this point in the history
Improved form description
  • Loading branch information
arcbtc authored Jul 21, 2023
2 parents 99c1a9a + 3dcf77e commit 99160fa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions installer/assets/js/templates.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const templates = Object.freeze({
"name": "socket",
"type": "ACInput",
"value": "",
"label": "Copy link from LNURLDevices extension in LNbits",
"label": "LNURLDEVICE SWITCH OPTION Use LNURLDevices extension in LNbits",
"pattern": "",
"placeholder": "",
"style": "",
Expand All @@ -47,7 +47,7 @@ const templates = Object.freeze({
"name": "wallet",
"type": "ACInput",
"value": "",
"label": "Optional (for threshold), wallet ID from LNbits",
"label": "THRESHOLD OPTION (use lnurlp extension to make an lnurlp) wallet ID from LNbits",
"pattern": "",
"placeholder": "",
"style": "",
Expand All @@ -57,7 +57,7 @@ const templates = Object.freeze({
"name": "threshold",
"type": "ACInput",
"value": "",
"label": "Optional (for threshold), amount to hit to trigger",
"label": "THRESHOLD OPTION amount to hit to trigger",
"pattern": "",
"placeholder": "",
"style": "",
Expand All @@ -67,7 +67,7 @@ const templates = Object.freeze({
"name": "thresholdPin",
"type": "ACInput",
"value": "",
"label": "Optional (for threshold), pin to trigger",
"label": "THRESHOLD OPTION pin to trigger",
"pattern": "",
"placeholder": "",
"style": "",
Expand All @@ -77,7 +77,7 @@ const templates = Object.freeze({
"name": "thresholdTime",
"type": "ACInput",
"value": "",
"label": "Optional (for threshold), time to turn of for",
"label": "THRESHOLD OPTION time to turn of for",
"pattern": "",
"placeholder": "",
"style": "",
Expand Down

0 comments on commit 99160fa

Please sign in to comment.