diff --git a/src/freedombone-config b/src/freedombone-config index 73028d0f..0e0706e7 100755 --- a/src/freedombone-config +++ b/src/freedombone-config @@ -357,7 +357,7 @@ function dynamic_dns_setup { 32 cloudxns.net) # shellcheck disable=SC2068 - selection=$(dialog --backtitle $"Freedombone Administrator Control Panel" --title $"Dynamic DNS" --menu $"Choose Dynamic DNS provider, or ESC for none:" 24 60 32 "${W[@]}" 3>&2 2>&1 1>&3) + selection=$(dialog --backtitle $"Freedombone Configuration" --title $"Dynamic DNS" --menu $"Choose Dynamic DNS provider, or ESC for none:" 24 60 32 "${W[@]}" 3>&2 2>&1 1>&3) if [ ! "$selection" ]; then if [ -f /etc/systemd/system/inadyn.service ]; then @@ -542,7 +542,7 @@ function choose_debian_repo { 49 $"Ukraine") # shellcheck disable=SC2068 - selection=$(dialog --backtitle $"Freedombone Administrator Control Panel" --title $"Debian Repo" --menu $"Where to download Debian packages from:" 24 60 49 "${W[@]}" 3>&2 2>&1 1>&3) + selection=$(dialog --backtitle $"Freedombone Configuration" --title $"Debian Repo" --menu $"Where to download Debian packages from:" 24 60 49 "${W[@]}" 3>&2 2>&1 1>&3) if [ ! "$selection" ]; then selection='1' @@ -954,7 +954,7 @@ function interactive_select_language { 68 $"Vietnamese") # shellcheck disable=SC2068 - selection=$(dialog --backtitle $"Freedombone Administrator Control Panel" --title $"Language" --menu $"Select your language:" 24 60 68 "${W[@]}" 3>&2 2>&1 1>&3) + selection=$(dialog --backtitle $"Freedombone Configuration" --title $"Language" --menu $"Select your language:" 24 60 68 "${W[@]}" 3>&2 2>&1 1>&3) if [ ! "$selection" ]; then selection='1'