From e923d610ce84a3857d34cb6e9b40537d898d4ca0 Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Thu, 12 Dec 2024 17:38:53 +0100 Subject: [PATCH] Add missing translations to voice wizard (#23278) --- src/translations/en.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/translations/en.json b/src/translations/en.json index 5676049328..5602399e3a 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -2871,7 +2871,11 @@ "cloud": { "description": "Ideal if you don't have a powerful system at home." }, - "local": { "title": "", "description": "", "setup": "" } + "local": { + "title": "Do-it-yourself", + "description": "Install add-ons or containers to run it on your own system. Powerful hardware is needed for fast responses.", + "setup": "Set up" + } }, "cloud": { "title": "The power of Home Assistant Cloud",