From 5b11e0ce29ae3acbe7d2f09caec1e8bf90609557 Mon Sep 17 00:00:00 2001 From: Simon Lamon <32477463+silamon@users.noreply.github.com> Date: Wed, 27 Dec 2023 20:26:17 +0100 Subject: [PATCH] Fix self referencing translation (#19159) --- src/translations/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/translations/en.json b/src/translations/en.json index 6d4253fd3f8f..5ceb47ab7c33 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -1119,8 +1119,8 @@ }, "valve": { "switch_mode": { - "button": "[%key:ui::dialogs::more_info_control::valve::switch_mode::button%]", - "position": "[%key:ui::dialogs::more_info_control::valve::switch_mode::position%]" + "button": "[%key:ui::dialogs::more_info_control::cover::switch_mode::button%]", + "position": "[%key:ui::dialogs::more_info_control::cover::switch_mode::position%]" } } },