mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-29 13:02:35 +02:00
change UI button name
This commit is contained in:
@@ -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" \
|
whiptail --backtitle "Connecting Mobile Wallet" \
|
||||||
--title "Pairing by QR code" \
|
--title "Pairing by QR code" \
|
||||||
--yes-button "continue" \
|
--yes-button "continue" \
|
||||||
--no-button "show QR code" \
|
--no-button "console QRcode" \
|
||||||
--yesno "${msg}" 18 65
|
--yesno "${msg}" 18 65
|
||||||
if [ $? -eq 1 ]; then
|
if [ $? -eq 1 ]; then
|
||||||
# backup - show QR code on screen (not LCD)
|
# backup - show QR code on screen (not LCD)
|
||||||
|
Reference in New Issue
Block a user