From 94f1f3e40cef03b598fb931f3aebcd589bdf5344 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Mon, 22 Jan 2024 08:57:48 +0100 Subject: [PATCH] Remove numbering from GitHub progress step to not deal with styling of list entries (#108639) --- homeassistant/components/github/strings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/github/strings.json b/homeassistant/components/github/strings.json index be753f7f785..130b404015c 100644 --- a/homeassistant/components/github/strings.json +++ b/homeassistant/components/github/strings.json @@ -9,7 +9,7 @@ } }, "progress": { - "wait_for_device": "1. Open {url} \n2. Paste the following key to authorize the integration: \n```\n{code}\n```\n" + "wait_for_device": "Open {url}, and paste the following code to authorize the integration: \n```\n{code}\n```\n" }, "abort": { "already_configured": "[%key:common::config_flow::abort::already_configured_service%]",