Use correct uppercase for abbreviations (#134028)

Fix the spelling of "SSDP" and "MAC" (address) to ensure proper translations.
This commit is contained in:
Norbert Rittel 2024-12-26 11:09:30 +01:00 committed by GitHub
parent cfb43c7b58
commit 5172139579
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,8 +19,8 @@
}, },
"abort": { "abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]", "already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"not_ipv4_address": "No IPv4 address in ssdp discovery information", "not_ipv4_address": "No IPv4 address in SSDP discovery information",
"no_serial": "No serial number in ssdp discovery information" "no_serial": "No serial number in SSDP discovery information"
} }
}, },
"options": { "options": {
@ -48,7 +48,7 @@
"name": "SSID" "name": "SSID"
}, },
"access_point_mac": { "access_point_mac": {
"name": "Access point mac" "name": "Access point MAC"
}, },
"upload_today": { "upload_today": {
"name": "Upload today" "name": "Upload today"