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"