From 8620b55bd6ff17e91861aeac7424ffb7ff966b8b Mon Sep 17 00:00:00 2001 From: Mikhail Grigorev Date: Thu, 25 Sep 2025 17:21:14 +0500 Subject: [PATCH] Fixed typo --- x-ui.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-ui.sh b/x-ui.sh index 0b4e1d23..643534a1 100644 --- a/x-ui.sh +++ b/x-ui.sh @@ -85,7 +85,7 @@ install() { } update() { - confirm "This function will update all x-ui components to the latest version, and the data will not be lost. Do you want to continue?" "y" + confirm "This function will update all x-ui components to the latest version, and the data will not be lost. Do you want to continue?" "y" if [[ $? != 0 ]]; then LOGE "Cancelled" if [[ $# == 0 ]]; then