Skip to content

Commit

Permalink
Fix self referencing translation (#19159)
Browse files Browse the repository at this point in the history
  • Loading branch information
silamon authored Dec 27, 2023
1 parent d6684c5 commit 5b11e0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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%]"
}
}
},
Expand Down

0 comments on commit 5b11e0c

Please sign in to comment.