mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 21:55:10 +02:00
Fix sentence-casing and missing hyphen in electrasmart
(#144443)
This commit is contained in:
@@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user