From 0b9fbb1800c3df16c2d362251d02b6bd6e03c041 Mon Sep 17 00:00:00 2001 From: Matthias Alphart Date: Wed, 26 Apr 2023 13:51:47 +0200 Subject: [PATCH] Fix typo in Nextcloud YAML deprecation message (#92060) --- homeassistant/components/nextcloud/strings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/nextcloud/strings.json b/homeassistant/components/nextcloud/strings.json index 782865032af..e068ae4041e 100644 --- a/homeassistant/components/nextcloud/strings.json +++ b/homeassistant/components/nextcloud/strings.json @@ -31,8 +31,8 @@ }, "issues": { "deprecated_yaml": { - "title": "The Netxcloud YAML configuration has been deprecated", - "description": "Configuring Netxcloud using YAML has been deprecated.\n\nYour existing YAML configuration has been imported into the UI automatically.\n\nRemove the `nextcloud` YAML configuration from your configuration.yaml file and restart Home Assistant to fix this issue." + "title": "The Nextcloud YAML configuration has been deprecated", + "description": "Configuring Nextcloud using YAML has been deprecated.\n\nYour existing YAML configuration has been imported into the UI automatically.\n\nRemove the `nextcloud` YAML configuration from your configuration.yaml file and restart Home Assistant to fix this issue." } } }