mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 09:17:10 +00:00
Fix string in xiaomi_ble (#109758)
Update strings.json Fixed typo: From "rotate_right_pressed": "Rotate left (pressed)" to "rotate_right_pressed": "Rotate right (pressed)"
This commit is contained in:
parent
5b1e0b2602
commit
d27ca83694
@ -115,7 +115,7 @@
|
||||
"rotate_left": "Rotate left",
|
||||
"rotate_right": "Rotate right",
|
||||
"rotate_left_pressed": "Rotate left (pressed)",
|
||||
"rotate_right_pressed": "Rotate left (pressed)"
|
||||
"rotate_right_pressed": "Rotate right (pressed)"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user