mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Use correct uppercase for abbreviations (#134028)
Fix the spelling of "SSDP" and "MAC" (address) to ensure proper translations.
This commit is contained in:
parent
cfb43c7b58
commit
5172139579
@ -19,8 +19,8 @@
|
||||
},
|
||||
"abort": {
|
||||
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
||||
"not_ipv4_address": "No IPv4 address in ssdp discovery information",
|
||||
"no_serial": "No serial number in ssdp discovery information"
|
||||
"not_ipv4_address": "No IPv4 address in SSDP discovery information",
|
||||
"no_serial": "No serial number in SSDP discovery information"
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
@ -48,7 +48,7 @@
|
||||
"name": "SSID"
|
||||
},
|
||||
"access_point_mac": {
|
||||
"name": "Access point mac"
|
||||
"name": "Access point MAC"
|
||||
},
|
||||
"upload_today": {
|
||||
"name": "Upload today"
|
||||
|
Loading…
x
Reference in New Issue
Block a user