diff --git a/home.admin/setup.scripts/dialogBlockchainLightning.sh b/home.admin/setup.scripts/dialogBlockchainLightning.sh index 7656fe9fd..aa2f40da5 100644 --- a/home.admin/setup.scripts/dialogBlockchainLightning.sh +++ b/home.admin/setup.scripts/dialogBlockchainLightning.sh @@ -55,7 +55,7 @@ if [ "${network}" == "bitcoin" ]; then # choose lightning client OPTIONS=() OPTIONS+=(LND "LND - Lightning Network Daemon (DEFAULT)") - OPTIONS+=(CLN "c-lightning by blockstream (fewer Apps)") + OPTIONS+=(CLN "C-lightning by Blockstream (fewer apps)") OPTIONS+=(NONE "Run without Lightning") CHOICE=$(dialog --clear \ --backtitle "RaspiBlitz ${codeVersion} - Setup" \