From 7094caf83c88a3af1f86199b188cc59916fe6234 Mon Sep 17 00:00:00 2001 From: springstan Date: Thu, 1 Oct 2020 11:19:26 +0000 Subject: [PATCH] Use common strings in traccar config flow --- homeassistant/components/traccar/strings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/traccar/strings.json b/homeassistant/components/traccar/strings.json index 8574f4f34f11fe..aef269defcb3af 100644 --- a/homeassistant/components/traccar/strings.json +++ b/homeassistant/components/traccar/strings.json @@ -7,7 +7,7 @@ } }, "abort": { - "one_instance_allowed": "Only a single instance is necessary.", + "single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]", "not_internet_accessible": "Your Home Assistant instance needs to be accessible from the internet to receive messages from Traccar." }, "create_entry": {