Actualizar main_menu.sh

This commit is contained in:
MacRimi
2025-08-02 12:02:10 +02:00
committed by GitHub
parent 8969bc5aa6
commit 3c990df1fe

View File

@@ -54,7 +54,7 @@ show_menu() {
if [[ $EXIT_STATUS -ne 0 ]]; then
# ESC pressed or Cancel
clear
msg_ok "$(translate "Thank you for using ProxMenu. Goodbye!")"
msg_ok "$(translate "Thank you for using ProxMenux. Goodbye!")"
rm -f "$TEMP_FILE"
exit 0
fi