Skip to content

Commit

Permalink
Fix reference string in data disk repair (#93220)
Browse files Browse the repository at this point in the history
* Fix reference string in data disk repair

* Use backticks
  • Loading branch information
mdegat01 committed May 24, 2023
1 parent 7c72b97 commit 2906caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/hassio/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 2906caf

Please sign in to comment.