Update zwave issue repair strings (#101940)
This commit is contained in:
parent
ae7bb60677
commit
2e3013f2f8
1 changed files with 3 additions and 3 deletions
|
@ -163,12 +163,12 @@
|
|||
}
|
||||
},
|
||||
"device_config_file_changed": {
|
||||
"title": "Z-Wave device configuration file changed: {device_name}",
|
||||
"title": "Device configuration file changed: {device_name}",
|
||||
"fix_flow": {
|
||||
"step": {
|
||||
"confirm": {
|
||||
"title": "Z-Wave device configuration file changed: {device_name}",
|
||||
"description": "Z-Wave JS discovers a lot of device metadata by interviewing the device. However, some of the information has to be loaded from a configuration file. Some of this information is only evaluated once, during the device interview.\n\nWhen a device config file is updated, this information may be stale and and the device must be re-interviewed to pick up the changes.\n\n This is not a required operation and device functionality will be impacted during the re-interview process, but you may see improvements for your device once it is complete.\n\nIf you'd like to proceed, click on SUBMIT below. The re-interview will take place in the background."
|
||||
"title": "Device configuration file changed: {device_name}",
|
||||
"description": "The device configuration file for {device_name} has changed.\n\nZ-Wave JS discovers a lot of device metadata by interviewing the device. However, some of the information has to be loaded from a configuration file. Some of this information is only evaluated once, during the device interview.\n\nWhen a device config file is updated, this information may be stale and and the device must be re-interviewed to pick up the changes.\n\n This is not a required operation and device functionality will be impacted during the re-interview process, but you may see improvements for your device once it is complete.\n\nIf you'd like to proceed, click on SUBMIT below. The re-interview will take place in the background."
|
||||
}
|
||||
},
|
||||
"abort": {
|
||||
|
|
Loading…
Add table
Reference in a new issue