From a2b9a6e9dfe4747c808b8131aa534e858a93501f Mon Sep 17 00:00:00 2001 From: hanwg Date: Fri, 30 Jan 2026 18:13:46 +0800 Subject: [PATCH] Update translations for Telegram bot (#161903) --- homeassistant/components/telegram_bot/strings.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/homeassistant/components/telegram_bot/strings.json b/homeassistant/components/telegram_bot/strings.json index 739272ed0b72..77f2b151e878 100644 --- a/homeassistant/components/telegram_bot/strings.json +++ b/homeassistant/components/telegram_bot/strings.json @@ -6,7 +6,7 @@ "reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]" }, "error": { - "bot_logout_failed": "Failed to logout Telegram bot. Please try again later.", + "bot_logout_failed": "Failed to log out Telegram bot. Please try again later.", "invalid_api_key": "[%key:common::config_flow::error::invalid_api_key%]", "invalid_proxy_url": "{proxy_url_error}", "invalid_trusted_networks": "Invalid trusted network: {error_message}", @@ -231,11 +231,9 @@ "step": { "init": { "data": { - "api_endpoint": "API endpoint", "parse_mode": "Parse mode" }, "data_description": { - "api_endpoint": "Telegram bot API server endpoint.\nThe bot will be **locked out for 10 minutes** if you switch back to the default.\nDefault: `{default_api_endpoint}`.", "parse_mode": "Default parse mode for messages if not explicit in message data." }, "title": "Configure Telegram bot"