Change title to make freedns explicit

This commit is contained in:
Bob Mottram 2018-05-12 10:40:17 +01:00
parent 7f91644044
commit 7dcfd40b72
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ function choose_default_domain_name {
data=$(mktemp 2>/dev/null)
if [[ "$DDNS_PROVIDER" == "default@freedns.afraid.org" ]]; then
dialog --backtitle $"Freedombone Configuration" \
--title $"Your main domain name" \
--title $"Your main domain name on FreeDNS" \
--form $"\nWhich domain name should your email/XMPP/IRC/Mumble be associated with?" 13 55 5 \
$"Domain:" 1 1 "$(grep 'DEFAULT_DOMAIN_NAME' temp.cfg | awk -F '=' '{print $2}')" 1 24 33 40 \
$"Code:" 2 1 "$(grep 'DEFAULT_DOMAIN_CODE' temp.cfg | awk -F '=' '{print $2}')" 2 24 33 255 \