浏览代码

small adjustment for legacy version

FreddleSpl0it 6 月之前
父节点
当前提交
8d0c03b2fc
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      data/web/templates/base.twig
  2. 1 1
      generate_config.sh

+ 1 - 1
data/web/templates/base.twig

@@ -571,7 +571,7 @@ function recursiveBase64StrToArrayBuffer(obj) {
   {% endif %}
   {% if mailcow_cc_username and mailcow_info.mailcow_branch|lower == "legacy" and mailcow_info.version_tag|default %}
   <span class="version">
-    🛠️🐮 + 🐋 = 💕
+    ️🐮 + 🐋 = 💕
         Legacy: <a href="{{ mailcow_info.git_project_url }}/commit/{{ mailcow_info.git_commit }}" target="_blank">{{ mailcow_info.version_tag }}
     </a><br>
     <span style="text-align:right;display:block;">Build: {{ mailcow_info.git_commit_date }}</span>

+ 1 - 1
generate_config.sh

@@ -185,7 +185,7 @@ if [[ ${SKIP_BRANCH} != y ]]; then
   sleep 1
 
   while [ -z "${MAILCOW_BRANCH}" ]; do
-    read -r -p  "Choose the Branch with it's number [1/2] " branch
+    read -r -p  "Choose the Branch with it's number [1/2/3] " branch
     case $branch in
       [3])
         MAILCOW_BRANCH="legacy"