mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 12:45:28 +02: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:
@@ -115,7 +115,7 @@
|
|||||||
"rotate_left": "Rotate left",
|
"rotate_left": "Rotate left",
|
||||||
"rotate_right": "Rotate right",
|
"rotate_right": "Rotate right",
|
||||||
"rotate_left_pressed": "Rotate left (pressed)",
|
"rotate_left_pressed": "Rotate left (pressed)",
|
||||||
"rotate_right_pressed": "Rotate left (pressed)"
|
"rotate_right_pressed": "Rotate right (pressed)"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user