feat: update text Watch-Only -> Onchain Wallet (watch-only)
This commit is contained in:
parent
2ef9548b05
commit
2b5fc82110
3 changed files with 5 additions and 3 deletions
|
|
@ -225,7 +225,8 @@
|
||||||
<div v-else>
|
<div v-else>
|
||||||
<q-checkbox :value="false" label="Onchain" disabled>
|
<q-checkbox :value="false" label="Onchain" disabled>
|
||||||
<q-tooltip>
|
<q-tooltip>
|
||||||
Watch-Only extension MUST be activated and have a wallet
|
Onchain Wallet (watch-only) extension MUST be activated and
|
||||||
|
have a wallet
|
||||||
</q-tooltip>
|
</q-tooltip>
|
||||||
</q-checkbox>
|
</q-checkbox>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ In the "Whitelist Users" field, input the username of a Twitch account you contr
|
||||||
For now, simply set the "Redirect URI" to `http://localhost`, you will change this soon.
|
For now, simply set the "Redirect URI" to `http://localhost`, you will change this soon.
|
||||||
Then, hit create:
|
Then, hit create:
|
||||||

|

|
||||||
1. In LNbits, enable the Stream Alerts extension and optionally the SatsPayServer (to observe donations directly) and Watch Only (to accept on-chain donations) extenions:
|
1. In LNbits, enable the Stream Alerts extension and optionally the SatsPayServer (to observe donations directly) and Onchain Wallet (watch-only) (to accept on-chain donations) extenions:
|
||||||

|

|
||||||
1. Create a "NEW SERVICE" using the button. Fill in all the information (you get your Client ID and Secret from the Streamlabs App page):
|
1. Create a "NEW SERVICE" using the button. Fill in all the information (you get your Client ID and Secret from the Streamlabs App page):
|
||||||

|

|
||||||
|
|
|
||||||
|
|
@ -168,7 +168,8 @@
|
||||||
<div v-else>
|
<div v-else>
|
||||||
<q-checkbox :value="false" label="Chain" disabled>
|
<q-checkbox :value="false" label="Chain" disabled>
|
||||||
<q-tooltip>
|
<q-tooltip>
|
||||||
Watch-Only extension MUST be activated and have a wallet
|
Onchain Wallet (watch-only) extension MUST be activated and
|
||||||
|
have a wallet
|
||||||
</q-tooltip>
|
</q-tooltip>
|
||||||
</q-checkbox>
|
</q-checkbox>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue