diff --git a/homeassistant/components/gdacs/strings.json b/homeassistant/components/gdacs/strings.json index 496b996823a..955936cf986 100644 --- a/homeassistant/components/gdacs/strings.json +++ b/homeassistant/components/gdacs/strings.json @@ -3,9 +3,13 @@ "step": { "user": { "title": "Fill in your filter details.", - "data": { "radius": "Radius" } + "data": { + "radius": "Radius" + } } }, - "abort": { "already_configured": "Location is already configured." } + "abort": { + "already_configured": "[%key:common::config_flow::abort::already_configured_service%]" + } } -} +} \ No newline at end of file