From 60ab5b6c6282b8fd3239b1bbb890c4e22a16c0ae Mon Sep 17 00:00:00 2001 From: Jan Bouwhuis Date: Tue, 17 Jan 2023 19:05:09 +0100 Subject: [PATCH] Address late review of selectors translation (#1632) Co-authored-by: Franck Nijhof --- docs/internationalization/core.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/internationalization/core.md b/docs/internationalization/core.md index 397fd942..b7441cbe 100644 --- a/docs/internationalization/core.md +++ b/docs/internationalization/core.md @@ -77,8 +77,8 @@ The translation for selectors are defined under the `selector` key. It supports // Translations for selector select to be used in option and config flows "selector": { // The key is linked to the `translation_key` that needs to be set - // together with `translation_domain` using the SelectSelectorConfig class - "set_ca_cert": { + // using the SelectSelectorConfig class + "set_ca_cert": { // The translations for the selector select option labels "options": { "off": "Off",