Fix spelling of "comma-separated (list)" in fritzbox_callmonitor (#144191)

Also fix one missing sentence-casing in corresponding "title" string.
This commit is contained in:
Norbert Rittel 2025-05-04 12:06:46 +02:00 committed by GitHub
parent d1615f9a6e
commit b5d499dda8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,9 +39,9 @@
"options": {
"step": {
"init": {
"title": "Configure Prefixes",
"title": "Configure prefixes",
"data": {
"prefixes": "Prefixes (comma separated list)"
"prefixes": "Prefixes (comma-separated list)"
}
}
},