Fix typo in Nextcloud YAML deprecation message (#92060)

This commit is contained in:
Matthias Alphart
2023-04-26 13:51:47 +02:00
committed by GitHub
parent 2750a5c3e6
commit 0b9fbb1800

View File

@@ -31,8 +31,8 @@
}, },
"issues": { "issues": {
"deprecated_yaml": { "deprecated_yaml": {
"title": "The Netxcloud YAML configuration has been deprecated", "title": "The Nextcloud 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." "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."
} }
} }
} }