diff --git a/scripts/post_install/customizable_post_install.sh b/scripts/post_install/customizable_post_install.sh index 1547ca4..164b91c 100644 --- a/scripts/post_install/customizable_post_install.sh +++ b/scripts/post_install/customizable_post_install.sh @@ -87,7 +87,7 @@ check_extremeshok_warning() { local marker_file="/etc/extremeshok" if [[ -f "$marker_file" ]]; then - dialog --backtitle --title "Extremeshok Post-Install Detected" \ + dialog --backtitle "ProxMenux" --title "Extremeshok Post-Install Detected" \ --yesno "$(translate "It appears that you have already executed the xshok-proxmox post-install script on this system.")\n\n\ $(translate "If you continue, some adjustments may be duplicated or conflict with those already made by xshok.")\n\n\ $(translate "Do you want to continue anyway?")" 13 70