Skip to content
Snippets Groups Projects
Commit 7dcfd40b authored by Bob Mottram's avatar Bob Mottram
Browse files

Change title to make freedns explicit

parent 7f916440
No related branches found
No related tags found
No related merge requests found
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment