From a204e85d845faa236b601bdca985fff6ce8e1d1d Mon Sep 17 00:00:00 2001 From: Manu <4445816+tr4nt0r@users.noreply.github.com> Date: Sun, 23 Nov 2025 18:05:08 +0100 Subject: [PATCH] Fix typos in Duck DNS integration (#157118) --- homeassistant/components/duckdns/strings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/duckdns/strings.json b/homeassistant/components/duckdns/strings.json index 64d4b7a1c84..6f5e3abfc83 100644 --- a/homeassistant/components/duckdns/strings.json +++ b/homeassistant/components/duckdns/strings.json @@ -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.",