diff --git a/docs/devs/extensions.md b/docs/devs/extensions.md index 4e1f75af1..2476bfe16 100644 --- a/docs/devs/extensions.md +++ b/docs/devs/extensions.md @@ -42,7 +42,7 @@ Extension structure explained Adding new dependencies ----------------------- -DO NOT ADD NEW DEPENDENCIES. Try to use the dependencies that are availabe in `pyproject.toml`. Getting the LNbits project to accept a new dependency is time consuming and uncertain, and may result in your extension NOT being made available to others. +DO NOT ADD NEW DEPENDENCIES. Try to use the dependencies that are available in `pyproject.toml`. Getting the LNbits project to accept a new dependency is time consuming and uncertain, and may result in your extension NOT being made available to others. If for some reason your extensions must have a new python package to work, and its nees are not met in `pyproject.toml`, you can add a new package using `poerty`: @@ -51,7 +51,7 @@ $ poetry add ``` **But we need an extra step to make sure LNbits doesn't break in production.** -Dependencies need to be added to `pyproject.toml`, then tested by running on `poetry` compatability can be tested with `nix build .#checks.x86_64-linux.vmTest`. +Dependencies need to be added to `pyproject.toml`, then tested by running on `poetry` compatibility can be tested with `nix build .#checks.x86_64-linux.vmTest`. SQLite to PostgreSQL migration diff --git a/docs/guide/admin_ui.md b/docs/guide/admin_ui.md index 254a72921..d3ad458bc 100644 --- a/docs/guide/admin_ui.md +++ b/docs/guide/admin_ui.md @@ -33,7 +33,7 @@ There is also the possibility of posting the super user via webhook to another s Admin Users =========== environment variable: `LNBITS_ADMIN_USERS`, comma-separated list of user ids -Admin Users can change settings in the admin ui as well, with the exception of funding source settings, because they require e server restart and could potentially make the server inaccessable. Also they have access to all the extension defined in `LNBITS_ADMIN_EXTENSIONS`. +Admin Users can change settings in the admin ui as well, with the exception of funding source settings, because they require e server restart and could potentially make the server inaccessible. Also they have access to all the extension defined in `LNBITS_ADMIN_EXTENSIONS`. Allowed Users diff --git a/docs/guide/faq.md b/docs/guide/faq.md index c6533537a..ced5a5766 100644 --- a/docs/guide/faq.md +++ b/docs/guide/faq.md @@ -100,7 +100,7 @@ allow-self-payment=1
Configure a comment that people see when paying to my LNURLp QR

When you create a LNURL-p, by default the comment box is not filled. That means comments are not allowed to be attached to payments.

-

In order to allow comments, add the characters lenght of the box, from 1 to 250. Once you put a number there, +

In order to allow comments, add the characters length of the box, from 1 to 250. Once you put a number there, the comment box will be displayed in the payment process. You can also edit a LNURL-p already created and add that number.

![lnbits-lnurl-comment.png](https://i.postimg.cc/HkJQ9xKr/lnbits-lnurl-comment.png) @@ -150,7 +150,7 @@ allow-self-payment=1
Can I configure a name to the payments i make? -

In LNbits this is currently not possible to do - but to receive. This is only possible if the sender's LN wallet supports LUD-18 (nameDesc) like e.g. Open Bitcion Wallet - OBW does. You will then see an alias/pseudonym in the details section of your LNbits transactions (click the arrows). Note that you can give any name there and it might not be related to the real senderĀ“s name(!) if your receive such.

+

In LNbits this is currently not possible to do - but to receive. This is only possible if the sender's LN wallet supports LUD-18 (nameDesc) like e.g. Open Bitcoin Wallet - OBW does. You will then see an alias/pseudonym in the details section of your LNbits transactions (click the arrows). Note that you can give any name there and it might not be related to the real senderĀ“s name(!) if your receive such.

![lnbits-tx-details.png](https://i.postimg.cc/yYnvyK4w/lnbits-tx-details.png)