Skip to content

Commit

Permalink
Use correct uppercase for abbreviations (home-assistant#134028)
Browse files Browse the repository at this point in the history
Fix the spelling of "SSDP" and "MAC" (address) to ensure proper translations.
  • Loading branch information
NoRi2909 authored Dec 26, 2024
1 parent cfb43c7 commit 5172139
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions homeassistant/components/netgear/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -48,7 +48,7 @@
"name": "SSID"
},
"access_point_mac": {
"name": "Access point mac"
"name": "Access point MAC"
},
"upload_today": {
"name": "Upload today"
Expand Down

0 comments on commit 5172139

Please sign in to comment.