From 2906caf4d122bb059044889f0ba624b483625f5a Mon Sep 17 00:00:00 2001 From: Mike Degatano Date: Wed, 24 May 2023 03:42:30 -0400 Subject: [PATCH] Fix reference string in data disk repair (#93220) * Fix reference string in data disk repair * Use backticks --- homeassistant/components/hassio/strings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/hassio/strings.json b/homeassistant/components/hassio/strings.json index 078aac39a5b..36cd61a0bb4 100644 --- a/homeassistant/components/hassio/strings.json +++ b/homeassistant/components/hassio/strings.json @@ -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": {