Fixed update message

This commit is contained in:
Mikhail Grigorev 2025-09-25 17:20:58 +05:00
parent 85c328bb93
commit a44697e2c6

View file

@ -85,7 +85,7 @@ install() {
} }
update() { update() {
confirm "This feature will update all x-ui components to the latest version without losing any data. 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 if [[ $? != 0 ]]; then
LOGE "Cancelled" LOGE "Cancelled"
if [[ $# == 0 ]]; then if [[ $# == 0 ]]; then