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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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."
}
}
}