Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved form description #15

Merged
merged 1 commit into from
Jul 21, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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