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:
Jirka 2024-02-05 20:50:37 +01:00 committed by GitHub
parent 5b1e0b2602
commit d27ca83694
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)"
} }
} }
} }