Replace "this" with "a" to fix Install Update action description (#133210)

This commit is contained in:
Norbert Rittel 2024-12-15 12:10:54 +01:00 committed by GitHub
parent 73cb3fa88d
commit ebc8ca8419
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -56,7 +56,7 @@
"services": {
"install": {
"name": "Install update",
"description": "Installs an update for this device or service.",
"description": "Installs an update for a device or service.",
"fields": {
"version": {
"name": "Version",
@ -64,7 +64,7 @@
},
"backup": {
"name": "Backup",
"description": "If supported by the integration, this creates a backup before starting the update ."
"description": "If supported by the integration, this creates a backup before starting the update."
}
}
},