mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Replace "this" with "a" to fix Install Update action description (#133210)
This commit is contained in:
parent
73cb3fa88d
commit
ebc8ca8419
@ -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."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user