Skip to content

Commit

Permalink
Use "restore from" in field descriptions of restore_partial action (h…
Browse files Browse the repository at this point in the history
  • Loading branch information
NoRi2909 authored Dec 31, 2024
1 parent 26e0fcd commit 9a58440
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions homeassistant/components/hassio/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@
},
"addons": {
"name": "Add-ons",
"description": "List of add-ons to include in the backup. Use the name slug of the add-on."
"description": "List of add-ons to include in the backup. Use the name slug of each add-on."
},
"folders": {
"name": "Folders",
Expand Down Expand Up @@ -418,11 +418,11 @@
},
"folders": {
"name": "[%key:component::hassio::services::backup_partial::fields::folders::name%]",
"description": "[%key:component::hassio::services::backup_partial::fields::folders::description%]"
"description": "List of directories to restore from the backup."
},
"addons": {
"name": "[%key:component::hassio::services::backup_partial::fields::addons::name%]",
"description": "[%key:component::hassio::services::backup_partial::fields::addons::description%]"
"description": "List of add-ons to restore from the backup. Use the name slug of each add-on."
},
"password": {
"name": "[%key:common::config_flow::data::password%]",
Expand Down

0 comments on commit 9a58440

Please sign in to comment.