correct app name in dialog

This commit is contained in:
rootzoll
2020-07-24 23:13:23 +02:00
parent 547cc899c8
commit c99226b515

View File

@@ -304,7 +304,7 @@ if [ "$1" = "0" ] || [ "$1" = "off" ]; then
elif [ "$2" = "--keep-data" ]; then
deleteData=0
else
if (whiptail --title " DELETE DATA? " --yesno "Do you want want to delete\nthe BTCPay Server Data?" 8 30); then
if (whiptail --title " DELETE DATA? " --yesno "Do you want want to delete\nthe LNbits Server Data?" 8 30); then
deleteData=1
else
deleteData=0