mirror of
https://github.com/home-assistant/core.git
synced 2026-04-21 01:16:00 +00:00
Fix typos in Duck DNS integration (#157118)
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
},
|
||||
"error": {
|
||||
"unknown": "[%key:common::config_flow::error::unknown%]",
|
||||
"update_failed": "Updating DuckDNS failed"
|
||||
"update_failed": "Updating Duck DNS failed"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
@@ -37,7 +37,7 @@
|
||||
},
|
||||
"services": {
|
||||
"set_txt": {
|
||||
"description": "Sets the TXT record of your DuckDNS subdomain.",
|
||||
"description": "Sets the TXT record of your Duck DNS subdomain.",
|
||||
"fields": {
|
||||
"config_entry_id": {
|
||||
"description": "The Duck DNS integration ID.",
|
||||
|
||||
Reference in New Issue
Block a user