Fix sentence-casing in user-facing strings of tami4 (#144212)

Fix sentence-casing in user-facing string of `tami4`
This commit is contained in:
Norbert Rittel 2025-05-04 19:35:59 +02:00 committed by GitHub
parent 8e202bc202
commit eca811d0d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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