diff --git a/homeassistant/components/ambient_station/strings.json b/homeassistant/components/ambient_station/strings.json index 54b3dd05511..a9bce82e10b 100644 --- a/homeassistant/components/ambient_station/strings.json +++ b/homeassistant/components/ambient_station/strings.json @@ -10,11 +10,11 @@ } }, "error": { - "invalid_key": "Invalid API Key and/or Application Key", + "invalid_key": "[%key:common::config_flow::error::invalid_api_key%]", "no_devices": "No devices found in account" }, "abort": { - "already_configured": "This app key is already in use." + "already_configured": "[%key:common::config_flow::abort::already_configured_service%]" } } -} \ No newline at end of file +}