From 3c990df1fed9095185f3a221117058e070ff64d5 Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Sat, 2 Aug 2025 12:02:10 +0200 Subject: [PATCH] Actualizar main_menu.sh --- scripts/menus/main_menu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/menus/main_menu.sh b/scripts/menus/main_menu.sh index 593bdfd..7b48219 100644 --- a/scripts/menus/main_menu.sh +++ b/scripts/menus/main_menu.sh @@ -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