mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 21:57:51 +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": {
|
"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."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user