From 3978381afa493b6a35ac01c933c8e7a3954b3413 Mon Sep 17 00:00:00 2001 From: mhsanaei Date: Thu, 19 Dec 2024 14:53:09 +0100 Subject: [PATCH] fix typo --- x-ui.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x-ui.sh b/x-ui.sh index 8a833ed5..6845e774 100644 --- a/x-ui.sh +++ b/x-ui.sh @@ -1358,8 +1358,8 @@ iplimit_main() { echo -e "${green}\t2.${plain} Change Ban Duration" echo -e "${green}\t3.${plain} Unban Everyone" echo -e "${green}\t4.${plain} Ban Logs" - echo -e "${green}\t5.${plain} Unban an IP Address" - echo -e "${green}\t6.${plain} Ban an IP Address" + echo -e "${green}\t5.${plain} Ban an IP Address" + echo -e "${green}\t6.${plain} Unban an IP Address" echo -e "${green}\t7.${plain} Real-Time Logs" echo -e "${green}\t8.${plain} Service Status" echo -e "${green}\t9.${plain} Service Restart"