From 35798c2c74a4f12ecd4928fc472ccb8fcbc5d541 Mon Sep 17 00:00:00 2001 From: Alireza Ahmadi Date: Fri, 20 Feb 2026 00:14:07 +0100 Subject: [PATCH] fix prompt #1618 --- x-ui.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-ui.sh b/x-ui.sh index a0db395f..adf16344 100644 --- a/x-ui.sh +++ b/x-ui.sh @@ -141,7 +141,7 @@ uninstall() { } reset_user() { - confirm "Reset your username and password to admin?" "n" + confirm "Are you sure to reset the username and password of the panel?" "n" if [[ $? != 0 ]]; then if [[ $# == 0 ]]; then show_menu