From 0b826a158be790084738aca805a21e76fe39279b Mon Sep 17 00:00:00 2001 From: rootzoll Date: Sat, 2 May 2020 17:47:19 +0200 Subject: [PATCH] #1147 rename sync menu point --- home.admin/config.scripts/lnd.credentials.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home.admin/config.scripts/lnd.credentials.sh b/home.admin/config.scripts/lnd.credentials.sh index fefad9a08..0c233eefb 100755 --- a/home.admin/config.scripts/lnd.credentials.sh +++ b/home.admin/config.scripts/lnd.credentials.sh @@ -11,8 +11,8 @@ fi if [ "$1" = "" ] || [ $# -eq 0 ]; then OPTIONS=() OPTIONS+=(RESET "Recreate Macaroons + TLS") - OPTIONS+=(SYNC "Sync central store with LND") - OPTIONS+=(EXPORT "Macaroons and TLS.cert") + OPTIONS+=(SYNC "Sync with RaspiBlitz Apps/Users") + OPTIONS+=(EXPORT "Get Macaroons and TLS.cert") CHOICE=$(dialog --clear \ --backtitle "RaspiBlitz" \ --title "Manage LND credentials" \