From 24297b4ac15c4ed21dc43c3f31a7309e4bf023e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Sat, 8 Jul 2023 09:46:31 +0200 Subject: [PATCH] Fix quoting for name in removed message (#3181) Fix quoteing for name in removed message --- custom_components/hacs/translations/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/hacs/translations/en.json b/custom_components/hacs/translations/en.json index a8196869492..1174ca55bdc 100644 --- a/custom_components/hacs/translations/en.json +++ b/custom_components/hacs/translations/en.json @@ -69,7 +69,7 @@ }, "removed": { "title": "Repository removed from HACS", - "description": "Because {reason}, '{name}' has been removed from HACS. Please visit the [HACS Panel](/hacs/repository/{repositry_id}) to remove it." + "description": "Because {reason}, `{name}` has been removed from HACS. Please visit the [HACS Panel](/hacs/repository/{repositry_id}) to remove it." }, "deprecated_yaml_configuration": { "title": "YAML configuration is deprecated",