Fix sentence-casing and missing hyphen in electrasmart (#144443)

This commit is contained in:
Norbert Rittel 2025-05-08 10:01:14 +02:00 committed by GitHub
parent ce4e51078f
commit 1cb813e0c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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