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 }