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": { "services": {
"install": { "install": {
"name": "Install update", "name": "Install update",
"description": "Installs an update for this device or service.", "description": "Installs an update for a device or service.",
"fields": { "fields": {
"version": { "version": {
"name": "Version", "name": "Version",
@ -64,7 +64,7 @@
}, },
"backup": { "backup": {
"name": "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."
} }
} }
}, },