From 31ce68e91e82124bcdfdd52c83319458e619e188 Mon Sep 17 00:00:00 2001 From: groot406 Date: Sat, 3 Oct 2020 15:04:22 +0200 Subject: [PATCH] Use common strings for Sentry config flow (#41087) --- homeassistant/components/sentry/strings.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/sentry/strings.json b/homeassistant/components/sentry/strings.json index 593a8c5c8d0..71196d52f8d 100644 --- a/homeassistant/components/sentry/strings.json +++ b/homeassistant/components/sentry/strings.json @@ -4,10 +4,15 @@ "user": { "title": "Sentry", "description": "Enter your Sentry DSN", - "data": { "dsn": "DSN" } + "data": { + "dsn": "DSN" + } } }, - "error": { "unknown": "Unexpected error", "bad_dsn": "Invalid DSN" }, + "error": { + "unknown": "[%key:common::config_flow::error::unknown%]", + "bad_dsn": "Invalid DSN" + }, "abort": { "single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]" }