From e8e1b78eb902f8b74088cb3d76c42190b835a2c4 Mon Sep 17 00:00:00 2001 From: "Loki@FastStart" Date: Tue, 5 May 2026 16:18:12 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20clarify=20telegram=20username=20prompt?= =?UTF-8?q?=20=E2=80=94=20'Your=20Telegram=20username'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Avoids confusion with the bot's username. --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 0bdf069..30b1b1d 100755 --- a/install.sh +++ b/install.sh @@ -3024,7 +3024,7 @@ run_config_and_review() { TELEGRAM_BOT_TOKEN_SECRET="$_RH_SECRET_NAME" fi if [[ -z "${TELEGRAM_USER:-}" ]]; then - prompt "Telegram username (without @)" TELEGRAM_USER "" + prompt "Your Telegram username (without @)" TELEGRAM_USER "" if [[ -z "${TELEGRAM_USER:-}" ]]; then fail "Telegram username is required for roundhouse pack" fi