mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Fix sentence-casing in user-facing strings of tami4
(#144212)
Fix sentence-casing in user-facing string of `tami4`
This commit is contained in:
parent
8e202bc202
commit
eca811d0d4
@ -29,17 +29,17 @@
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"title": "SMS Verification",
|
||||
"title": "SMS verification",
|
||||
"description": "Enter your phone number (same as what you used to register to the tami4 app)",
|
||||
"data": {
|
||||
"phone": "Phone Number"
|
||||
"phone": "Phone number"
|
||||
}
|
||||
},
|
||||
"otp": {
|
||||
"title": "[%key:component::tami4::config::step::user::title%]",
|
||||
"description": "Enter the code you received via SMS",
|
||||
"data": {
|
||||
"otp": "SMS Code"
|
||||
"otp": "SMS code"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user