ui change

This commit is contained in:
rootzoll 2020-05-28 15:32:26 +02:00
parent 1133644c23
commit 624b7361c4
2 changed files with 2 additions and 2 deletions

View file

@ -77,7 +77,7 @@ You have no active or inactive subscriptions.
d.set_background_title("RaspiBlitz Subscriptions")
code, tag = d.menu(
"\nYou have the following subscriptions - select for details:",
choices=choices, width=65, height=15, title="My Subscriptions")
choices=choices, cancel_label="Back" width=65, height=15, title="My Subscriptions")
# if user chosses CANCEL
if code != d.OK: return

View file

@ -100,7 +100,7 @@ if [ "$1" = "reset" ]; then
fi
# unlock wallet after restart
echo "- restarting LND ... wait 10 secs"
echo "# restarting LND ... wait 10 secs"
sudo systemctl start lnd
sleep 10