From b7876d1774699e779cf7098d9b372fa40d7f1e0f Mon Sep 17 00:00:00 2001 From: MacRimi Date: Sat, 5 Jul 2025 16:31:24 +0200 Subject: [PATCH] Update install_proxmenux.sh --- install_proxmenux.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install_proxmenux.sh b/install_proxmenux.sh index a959b3d..0d9a12a 100644 --- a/install_proxmenux.sh +++ b/install_proxmenux.sh @@ -554,9 +554,9 @@ install_proxmenu() { ;; esac - msg_title "ProxMenux has been installed successfully" + msg_title "$(translate "ProxMenux has been installed successfully")" echo -ne "${GN}" - type_text "To run ProxMenux, simply execute this command in the console or terminal:" + type_text "$(translate "To run ProxMenux, simply execute this command in the console or terminal:")" echo -e "${YWB} menu${CL}" echo }