Fix reference string in data disk repair (#93220)

* Fix reference string in data disk repair

* Use backticks
This commit is contained in:
Mike Degatano 2023-05-24 03:42:30 -04:00 committed by GitHub
parent 7c72b97d79
commit 2906caf4d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@
"fix_flow": {
"step": {
"system_rename_data_disk": {
"description": "'{reference}' is a filesystem with the name 'hassos-data' and is not the active data disk. This can cause Home Assistant to choose the wrong data disk at system reboot.\n\nUse the fix option to rename the filesystem to prevent this. Alternatively you can move the data disk to the drive (overwriting its contents) or remove the drive from the system."
"description": "`{reference}` is a filesystem with the name hassos-data and is not the active data disk. This can cause Home Assistant to choose the wrong data disk at system reboot.\n\nUse the fix option to rename the filesystem to prevent this. Alternatively you can move the data disk to the drive (overwriting its contents) or remove the drive from the system."
}
},
"abort": {