diff --git a/home.admin/00mainMenu.sh b/home.admin/00mainMenu.sh index 24e19a999..4c85ea508 100755 --- a/home.admin/00mainMenu.sh +++ b/home.admin/00mainMenu.sh @@ -61,7 +61,7 @@ fi if [ ${#dynDomain} -gt 0 ]; then plus="${plus} / ${dynDomain}" fi -BACKTITLE="${localip} / ${hostname} / ${network} / ${chain}${plus}" +BACKTITLE="${localip} / ${hostname} / ${network} / ${lightning}${plus}" if [ "${rtlWebinterface}" == "on" ]; then TITLE="Webinterface: http://${localip}:3000"