浏览代码

Configuration title

Bob Mottram 7 年前
父节点
当前提交
f553e502ec
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3
    3
      src/freedombone-config

+ 3
- 3
src/freedombone-config 查看文件

@@ -357,7 +357,7 @@ function dynamic_dns_setup {
357 357
        32 cloudxns.net)
358 358
 
359 359
     # shellcheck disable=SC2068
360
-    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)
360
+    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)
361 361
 
362 362
     if [ ! "$selection" ]; then
363 363
         if [ -f /etc/systemd/system/inadyn.service ]; then
@@ -542,7 +542,7 @@ function choose_debian_repo {
542 542
            49 $"Ukraine")
543 543
 
544 544
         # shellcheck disable=SC2068
545
-        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)
545
+        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)
546 546
 
547 547
         if [ ! "$selection" ]; then
548 548
             selection='1'
@@ -954,7 +954,7 @@ function interactive_select_language {
954 954
        68 $"Vietnamese")
955 955
 
956 956
     # shellcheck disable=SC2068
957
-    selection=$(dialog --backtitle $"Freedombone Administrator Control Panel" --title $"Language" --menu $"Select your language:" 24 60 68 "${W[@]}" 3>&2 2>&1 1>&3)
957
+    selection=$(dialog --backtitle $"Freedombone Configuration" --title $"Language" --menu $"Select your language:" 24 60 68 "${W[@]}" 3>&2 2>&1 1>&3)
958 958
 
959 959
     if [ ! "$selection" ]; then
960 960
         selection='1'