mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 14:17:45 +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": {
|
"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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user