mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 15:47:12 +00:00
Fix sentence-casing and missing hyphen in electrasmart
(#144443)
This commit is contained in:
parent
ce4e51078f
commit
1cb813e0c5
@ -3,12 +3,12 @@
|
|||||||
"step": {
|
"step": {
|
||||||
"user": {
|
"user": {
|
||||||
"data": {
|
"data": {
|
||||||
"phone_number": "Phone Number"
|
"phone_number": "Phone number"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"one_time_password": {
|
"one_time_password": {
|
||||||
"data": {
|
"data": {
|
||||||
"one_time_password": "One Time Password"
|
"one_time_password": "One-time password"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user