From d16acdd160c38ab3dea8c081f60b4cf64ac285da Mon Sep 17 00:00:00 2001 From: rootzoll Date: Sun, 5 Apr 2020 11:34:06 +0200 Subject: [PATCH] change UI button name --- home.admin/config.scripts/bonus.lndconnect.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.admin/config.scripts/bonus.lndconnect.sh b/home.admin/config.scripts/bonus.lndconnect.sh index e2a693c0c..d666483da 100644 --- a/home.admin/config.scripts/bonus.lndconnect.sh +++ b/home.admin/config.scripts/bonus.lndconnect.sh @@ -209,7 +209,7 @@ msg="You should now see the pairing QR code on the RaspiBlitz LCD.\n\n${msg}When whiptail --backtitle "Connecting Mobile Wallet" \ --title "Pairing by QR code" \ --yes-button "continue" \ - --no-button "show QR code" \ + --no-button "console QRcode" \ --yesno "${msg}" 18 65 if [ $? -eq 1 ]; then # backup - show QR code on screen (not LCD)